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:
parent
d927018282
commit
0b27cacabd
6 changed files with 180 additions and 116 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue