x86: pci-calgary_64.c: make a variable static
authorAdrian Bunk <bunk@kernel.org>
Wed, 30 Jan 2008 12:30:31 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:31 +0000 (13:30 +0100)
commited65260bb814a5c600a4e883f6bda73e287f5dec
tree1d9b2d117a4b7cdf14527abd732ce06bbee9f91c
parent867ab545668385b903f9379019000383675c49b3
x86: pci-calgary_64.c: make a variable static

"debugging" is a horrible name for a global variable - thankfully it can
become static.

Also put it out of __read_mostly so that gcc no longer has to emit it
at all.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/pci-calgary_64.c