From 7ce366f7b0d6e2c7bd860216871cbfb67a0efb66 Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 26 Apr 2002 19:36:25 +0000 Subject: [PATCH] Initialize MCA in cpu_startup() so that it's ready before we wake-up the application processors. This allows us to collect unconsumed AP specific error records as part of the wake-up. --- sys/ia64/ia64/machdep.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 17b3fca0fe8a..7d7d53fdbd91 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -72,6 +72,7 @@ #include #include #include +#include #include #include #include @@ -240,6 +241,8 @@ cpu_startup(dummy) if (!ia64_running_in_simulator()) panic("Mandatory 'device acpica' is missing"); #endif + + ia64_mca_init(); } void