Skip to content

Commit

Permalink
[IA64] MCA: remove obsolete ifdef
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Keith Owens authored and Tony Luck committed Feb 8, 2006
1 parent e9ac054 commit 2730c92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/ia64/kernel/mca.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -377,8 +372,6 @@ ia64_mca_register_cpev (int cpev)
}
#endif /* CONFIG_ACPI */

#endif /* PLATFORM_MCA_HANDLERS */

/*
* ia64_mca_cmc_vector_setup
*
Expand Down

0 comments on commit 2730c92

Please sign in to comment.