]> 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>
Tue, 12 Aug 2008 10:50:11 +0000 (12:50 +0200)
commit442d61c6e975e34087ad19c9106cd4b3a347cddd
tree61f3d856a20c4fcdf5f07433f48067d3ea263866
parent9ea8ac37750a0fda6a019f53f6f4bbacb6273438
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