diff options
Diffstat (limited to 'src/lib/hardwaremain.c')
-rw-r--r-- | src/lib/hardwaremain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index 277d9b72ba..9038f57987 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -22,6 +22,7 @@ * C Bootstrap code for the coreboot */ +#include <arch/exception.h> #include <bootstate.h> #include <console/console.h> #include <console/post_codes.h> @@ -469,6 +470,7 @@ void main(void) acpi_is_wakeup(); #endif + exception_init(); threads_initialize(); /* Schedule the static boot state entries. */ |