diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 07:15:06 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:26 -0500 |
commit | b0b20e5a3a6615ae750804523aeedd32911bb9d6 (patch) | |
tree | 73c0ed9201c7f970dc939919785b3d6bb641ebac /arch/x86/mach-generic/es7000.c | |
parent | 4904033302c745342e3b3a611881cdee57fbe06a (diff) |
x86, es7000: clean up es7000_enable_apic_mode()
- eliminate the needless es7000_enable_apic_mode() complication which
was not apparent prior the namespace cleanups
- clean up the control flow in es7000_enable_apic_mode()
- other cleanups
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r-- | arch/x86/mach-generic/es7000.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index 9acb71120ef6..1185964b7a33 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -35,13 +35,6 @@ static int probe_es7000(void) | |||
35 | return 0; | 35 | return 0; |
36 | } | 36 | } |
37 | 37 | ||
38 | extern void es7000_sw_apic(void); | ||
39 | |||
40 | static void __init es7000_enable_apic_mode(void) | ||
41 | { | ||
42 | es7000_sw_apic(); | ||
43 | } | ||
44 | |||
45 | static __init int | 38 | static __init int |
46 | mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) | 39 | mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) |
47 | { | 40 | { |