projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ac054
)
[IA64] MCA: remove obsolete ifdef
author
Keith Owens
<kaos@sgi.com>
Wed, 8 Feb 2006 02:41:10 +0000
(13:41 +1100)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 8 Feb 2006 20:02:07 +0000
(12:02 -0800)
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>
arch/ia64/kernel/mca.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/mca.c
b/arch/ia64/kernel/mca.c
index 4f8464ead634194eb02b6ea437a8dadb5a7c631f..909fed2c24999fbe54e784e050cf97fb8533e847 100644
(file)
--- 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
*