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)
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>

No differences found