[PATCH] Allow xtime_lock declaration in arch specific code for x86-64
commit057de1bbe0a6e60732c04191b6704f34f339fb02
authorAndi Kleen <ak@muc.de>
Sat, 22 Feb 2003 07:56:46 +0000 (21 23:56 -0800)
committerAdam Belay <ambx1@neo.rr.com>
Sat, 22 Feb 2003 07:56:46 +0000 (21 23:56 -0800)
tree9906f49304f25b61b2d5dfbafef03d4eddc5bcb6
parent0af95031265eab131a50dea77cfddecc67973dba
[PATCH] Allow xtime_lock declaration in arch specific code for x86-64

x86-64 vsyscalls require mapping the sequence number used by
gettimeofday in a magic way, so that userland can access it via
vsyscalls for user space time-of-day access.

Instead of putting the magic into generic code I just allowed to move it
into architecture specific files.
kernel/timer.c