x86, apic: separate 32-bit setup functionality out of apic_32.c
authorIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 22:12:48 +0000 (23:12 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 22:12:48 +0000 (23:12 +0100)
commit9be1b56a3e718aa998772019c57c398dbb19e258
tree3e05b04f1af12abeeecdd909a789610a58284178
parent2a05180fe2e5b414f0cb2ccfc80e6c90563e3c67
x86, apic: separate 32-bit setup functionality out of apic_32.c

Impact: build fix, cleanup

A couple of arch setup callbacks were mistakenly in apic_32.c, breaking
the build.

Also simplify the code a bit.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/apic/Makefile
arch/x86/kernel/apic/probe_32.c
arch/x86/kernel/setup.c