diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-19 11:47:03 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 06:01:25 -0400 |
commit | bab4b27c00c4880737c18bb91138b1a7dd94164c (patch) | |
tree | 0a2fc200264e3ca89b4e87679b7fd76f866789c4 /arch/x86/kernel/apic_32.c | |
parent | f3918352909f839a7b0dbf9b3f81d2e183c46f88 (diff) |
x86: move smp_found_config
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index 848c603457fe..c304759f0834 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -78,6 +78,9 @@ int apic_verbosity; | |||
78 | 78 | ||
79 | int pic_mode; | 79 | int pic_mode; |
80 | 80 | ||
81 | /* Have we found an MP table */ | ||
82 | int smp_found_config; | ||
83 | |||
81 | static unsigned int calibration_result; | 84 | static unsigned int calibration_result; |
82 | 85 | ||
83 | static int lapic_next_event(unsigned long delta, | 86 | static int lapic_next_event(unsigned long delta, |