Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2730c929 authored by Keith Owens's avatar Keith Owens Committed by Tony Luck
Browse files

[IA64] MCA: remove obsolete ifdef



No platform in the community tree uses PLATFORM_MCA_HANDLERS, remove
the references.

Signed-off-by: default avatarKeith Owens <kaos@sgi.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent e9ac054d
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -281,11 +281,6 @@ ia64_mca_log_sal_error_record(int sal_info_type)
		ia64_sal_clear_state_info(sal_info_type);
		ia64_sal_clear_state_info(sal_info_type);
}
}


/*
 * platform dependent error handling
 */
#ifndef PLATFORM_MCA_HANDLERS

#ifdef CONFIG_ACPI
#ifdef CONFIG_ACPI


int cpe_vector = -1;
int cpe_vector = -1;
@@ -377,8 +372,6 @@ ia64_mca_register_cpev (int cpev)
}
}
#endif /* CONFIG_ACPI */
#endif /* CONFIG_ACPI */


#endif /* PLATFORM_MCA_HANDLERS */

/*
/*
 * ia64_mca_cmc_vector_setup
 * ia64_mca_cmc_vector_setup
 *
 *