commit | 9be1b56a3e718aa998772019c57c398dbb19e258 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 23:12:48 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 23:12:48 2009 +0100 |
tree | 3e05b04f1af12abeeecdd909a789610a58284178 | |
parent | 2a05180fe2e5b414f0cb2ccfc80e6c90563e3c67 [diff] |
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>