Skip to content

Commit

Permalink
x86: move mp_lapic_addr to apic_32.c
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alexey Starikovskiy authored and Ingo Molnar committed Apr 17, 2008
1 parent e81b2c6 commit 8f6e2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
# error SPURIOUS_APIC_VECTOR definition error
#endif

unsigned long mp_lapic_addr;

/*
* Knob to control our willingness to enable the local APIC.
*
Expand Down
1 change: 0 additions & 1 deletion arch/x86/kernel/mpparse_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ int mp_irq_entries;
int nr_ioapics;

int pic_mode;
unsigned long mp_lapic_addr;

unsigned int def_to_bigsmp = 0;

Expand Down

0 comments on commit 8f6e2ca

Please sign in to comment.