x86: up-level page fault handling

Now in common code for 32-bit and 64-bit.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-11-06 12:26:59 -08:00 committed by Anas Nashif
commit 0b27cacabd
6 changed files with 180 additions and 116 deletions

View file

@ -11,16 +11,6 @@ config NESTED_INTERRUPTS
help
This option enables support for nested interrupts.
config EXCEPTION_DEBUG
bool "Unhandled exception debugging"
default y
depends on LOG
help
Install handlers for various CPU exception/trap vectors to
make debugging them easier, at a small expense in code size.
This prints out the specific exception vector and any associated
error codes.
menu "Memory Layout Options"
config IDT_NUM_VECTORS