diff options
author | Borislav Petkov <bp@suse.de> | 2014-01-18 06:48:15 -0500 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2014-03-04 11:17:17 -0500 |
commit | 11cc851254b4bc3bd4430be8db2a41469303a427 (patch) | |
tree | 490cfc91f4a07ae31e9cbef87c2a64dad742e2e0 /arch/x86/platform/efi/efi_32.c | |
parent | ef6bea6ddf0e76077d0798e57b374015b23a837e (diff) |
x86/efi: Dump the EFI page table
This is very useful for debugging issues with the recently added
pagetable switching code for EFI virtual mode.
Signed-off-by: Borislav Petkov <bp@suse.de>
Tested-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'arch/x86/platform/efi/efi_32.c')
-rw-r--r-- | arch/x86/platform/efi/efi_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/efi/efi_32.c b/arch/x86/platform/efi/efi_32.c index 0b74cdf7f816..39496ae3928a 100644 --- a/arch/x86/platform/efi/efi_32.c +++ b/arch/x86/platform/efi/efi_32.c | |||
@@ -41,6 +41,7 @@ static unsigned long efi_rt_eflags; | |||
41 | 41 | ||
42 | void efi_sync_low_kernel_mappings(void) {} | 42 | void efi_sync_low_kernel_mappings(void) {} |
43 | void efi_setup_page_tables(void) {} | 43 | void efi_setup_page_tables(void) {} |
44 | void __init efi_dump_pagetable(void) {} | ||
44 | 45 | ||
45 | void __init efi_map_region(efi_memory_desc_t *md) | 46 | void __init efi_map_region(efi_memory_desc_t *md) |
46 | { | 47 | { |