x86: Make timer setup and global variables the same in time_32/64.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 20 Aug 2009 14:07:40 +0000 (16:07 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Aug 2009 07:35:46 +0000 (09:35 +0200)
commit454ede7eebf91b92ab1eafe10c6b6ed04de29bf8
treeeac4f80f71d1f545c75db80810ff27a53ebcd8c1
parent0be6939422eb2f54df4b3d8763c569c6759c1a42
x86: Make timer setup and global variables the same in time_32/64.c

The timer and timer irq setup code is identical in 32 and 64 bit. Make
it the same formatting as well. Also add the global variables under
the necessary ifdefs to both files.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/time_32.c
arch/x86/kernel/time_64.c