diff options
| author | Keith Owens <kaos@sgi.com> | 2004-02-12 00:51:37 -0800 |
|---|---|---|
| committer | David Mosberger <davidm@tiger.hpl.hp.com> | 2004-02-12 00:51:37 -0800 |
| commit | 328a071b59dcb1bd1a6289c1c953b66fd4a513bf (patch) | |
| tree | 8d55611fdc60b32e401b04c1f5e255dc549396cc /include | |
| parent | 406f2cbe79d969f0f450d0ed40ac96e6309e9980 (diff) | |
[PATCH] ia64: Delete redundant ia64_mca_check_errors()
salinfo automatically processes all record types on all cpus at boot
time, ia64_mca_check_errors is now redundant. This also removes the
need for a called_from_init flag on ia64_mca_log_sal_error_record.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/mca.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ia64/mca.h b/include/asm-ia64/mca.h index 81fce8f49dff..0957e2ab689d 100644 --- a/include/asm-ia64/mca.h +++ b/include/asm-ia64/mca.h @@ -114,7 +114,6 @@ extern void ia64_mca_ucmc_handler(void); extern void ia64_monarch_init_handler(void); extern void ia64_slave_init_handler(void); extern void ia64_mca_cmc_vector_setup(void); -extern int ia64_mca_check_errors(void); #endif /* !__ASSEMBLY__ */ #endif /* _ASM_IA64_MCA_H */ |
