[PATCH] x86_64: Handle years beyond 2100
authorAndi Kleen <ak@suse.de>
Sat, 25 Mar 2006 15:30:31 +0000 (16:30 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:55 +0000 (09:10 -0800)
commit6954bee829a037e4a3e06f7ecd7fc0466fadde41
tree07f7db85079b99539ab6fc66c7482a960b52202c
parenteaeae0cc985fa1df753da7edc8d02635cbc1ba39
[PATCH] x86_64: Handle years beyond 2100

ACPIv2 has an official but optional way to get a date >2100.  Use it.
But all the platforms I tested didn't seem to support it.  But anyways
the x86-64 kernel should be ready for the 22nd century now.  Actually i
shouldn't care about this because I will be dead by then @)

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/time.c