]> err.no Git - util-linux/commit
hwclock: remove x86_64-specific bogon
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 12 Aug 2008 10:13:52 +0000 (03:13 -0700)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Dec 2008 11:40:21 +0000 (12:40 +0100)
commite3c173d885a090767f845cc795adb54bb3b720b8
treed3a61cfb005b0b120da3f0399b7fe886d5937327
parent1a55ee51ccdd09897985200a3ea56c35be29eb21
hwclock: remove x86_64-specific bogon

I was puzzled why "hwclock" wrongly reported my x86_64 sytem didn't
support RTC update interrupts.  Bogus #ifdef, that's why ... added
by the 2.11y patch (from 2.11t).  Probably this whole #ifdef should
just vanish ... if the kernel rejects UIE_ON, the program ought to
just cope with it.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
hwclock/rtc.c