diff --git a/repos/base-hw/src/core/include/spec/x86/cpu.h b/repos/base-hw/src/core/include/spec/x86/cpu.h index 9e9d5ed80..cf78ff0bf 100644 --- a/repos/base-hw/src/core/include/spec/x86/cpu.h +++ b/repos/base-hw/src/core/include/spec/x86/cpu.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include @@ -160,6 +161,8 @@ class Genode::Cpu { protection_domain(pd_id); translation_table(table); + + Gdt::load(Cpu::exception_entry); } };