From 6663ad99cf36f53f454defc8f7e87eb2e7495255 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Jun 2019 18:44:33 +0200 Subject: arch/x86: Support x86_64 exceptions * Doesn't affect existing x86_32 code. Tested on qemu using division by zero. Tested on Lenovo T410 with additional x86_64 patches. Change-Id: Idd12c90a95cc2989eb9b2a718740a84222193f48 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/30117 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- Documentation/arch/x86/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/arch/x86/index.md b/Documentation/arch/x86/index.md index 462e7e6c6e..536dea3951 100644 --- a/Documentation/arch/x86/index.md +++ b/Documentation/arch/x86/index.md @@ -42,7 +42,7 @@ At the moment *$n* is 4, which results in identity mapping the lower 4 GiB. * Fix compilation errors - *DONE* * Fix linker errors - *TODO* * Add x86_64 rmodule support - *DONE* -* Add x86_64 exception handlers - *TODO* +* Add x86_64 exception handlers - *DONE* * Setup page tables for long mode - *DONE* * Add assembly code for long mode - *DONE* * Add assembly code for postcar stage - *TODO* -- cgit v1.2.3