diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-22 18:29:45 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-22 18:06:49 -0500 |
commit | d85a881d780cc7aaebe1b7aefcddbcb939acbe2d (patch) | |
tree | eec339d9d76617a0898acfd2af25b4beeaba0dd4 /arch/x86/kernel/mca_32.c | |
parent | 965c7ecaf2e2b083d711a01ab33735a4bdeee1a4 (diff) |
x86: remove various unused subarch hooks
Impact: remove dead code
Remove:
- pre_setup_arch_hook()
- mca_nmi_hook()
If needed they can be added back via an x86_quirk handler.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mca_32.c')
-rw-r--r-- | arch/x86/kernel/mca_32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/mca_32.c b/arch/x86/kernel/mca_32.c index 2dc183758be3..f74eef52ab55 100644 --- a/arch/x86/kernel/mca_32.c +++ b/arch/x86/kernel/mca_32.c | |||
@@ -474,6 +474,4 @@ void __kprobes mca_handle_nmi(void) | |||
474 | * adapter was responsible for the error. | 474 | * adapter was responsible for the error. |
475 | */ | 475 | */ |
476 | bus_for_each_dev(&mca_bus_type, NULL, NULL, mca_handle_nmi_callback); | 476 | bus_for_each_dev(&mca_bus_type, NULL, NULL, mca_handle_nmi_callback); |
477 | 477 | } | |
478 | mca_nmi_hook(); | ||
479 | } /* mca_handle_nmi */ | ||