]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] RTC: rtc-dev tweak for 64-bit kernel
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 1 May 2006 19:16:16 +0000 (12:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 2 May 2006 01:17:46 +0000 (18:17 -0700)
commit61b9d76aae910028bab9163445747355a78cda83
tree2b705944ed950def93eda54e7f551ba36d8f41c6
parent44975192dc65c99b210303ce618a55b2cb1fe74a
[PATCH] RTC: rtc-dev tweak for 64-bit kernel

Make rtc-dev work well on 64-bit platforms with 32-bit userland.  On those
platforms, users might try to read 32-bit integer value.  This patch make
rtc-dev's read() work well for both "int" and "long" size.  This tweak is came
from genrtc driver.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-dev.c