summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKeith Owens2006-02-08 03:41:10 +0100
committerTony Luck2006-02-08 21:02:07 +0100
commit2730c9295a9a797a22b800d3befd6a64fdc56b02 (patch)
treee35ddbd87e8573494191e1a41d39ff0109ccfed2 /arch
parent[IA64] MCA: update MCA comm field for user space tasks (diff)
downloadkernel-qcow2-linux-2730c9295a9a797a22b800d3befd6a64fdc56b02.tar.gz
kernel-qcow2-linux-2730c9295a9a797a22b800d3befd6a64fdc56b02.tar.xz
kernel-qcow2-linux-2730c9295a9a797a22b800d3befd6a64fdc56b02.zip
[IA64] MCA: remove obsolete ifdef
No platform in the community tree uses PLATFORM_MCA_HANDLERS, remove the references. Signed-off-by: Keith Owens <kaos@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/mca.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/ia64/kernel/mca.c b/arch/ia64/kernel/mca.c
index 4f8464ead634..909fed2c2499 100644
--- a/arch/ia64/kernel/mca.c
+++ b/arch/ia64/kernel/mca.c
@@ -281,11 +281,6 @@ ia64_mca_log_sal_error_record(int sal_info_type)
ia64_sal_clear_state_info(sal_info_type);
}
-/*
- * platform dependent error handling
- */
-#ifndef PLATFORM_MCA_HANDLERS
-
#ifdef CONFIG_ACPI
int cpe_vector = -1;
@@ -377,8 +372,6 @@ ia64_mca_register_cpev (int cpev)
}
#endif /* CONFIG_ACPI */
-#endif /* PLATFORM_MCA_HANDLERS */
-
/*
* ia64_mca_cmc_vector_setup
*