commit | 3418ff76119da52f808eb496191d1fd380f53f3d | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Mon May 01 12:16:16 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon May 01 18:17:46 2006 -0700 |
tree | 2b705944ed950def93eda54e7f551ba36d8f41c6 | |
parent | b44df334a7e909d88cf5c54cc0481b4e2eaeca23 [diff] |
[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>