diff options
| author | Ingo Molnar <mingo@kernel.org> | 2020-01-10 18:53:14 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2020-01-10 18:53:14 +0100 |
| commit | 57ad87ddce79b6d54f8e442d0ecf4b5bbe8c5a9e (patch) | |
| tree | eaa43171e82737e8b33239e2e9bc3b4de67b7ddd /arch/x86/mm/fault.c | |
| parent | 02df083201272c0c2e061b18d9c20635974abf6d (diff) | |
| parent | 186525bd6b83efc592672e2d6185e4d7c810d2b4 (diff) | |
Merge branch 'x86/mm' into efi/core, to pick up dependencies
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/mm/fault.c')
| -rw-r--r-- | arch/x86/mm/fault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 304d31d8cbbc..c9c8523a3a48 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c @@ -29,6 +29,7 @@ #include <asm/efi.h> /* efi_recover_from_page_fault()*/ #include <asm/desc.h> /* store_idt(), ... */ #include <asm/cpu_entry_area.h> /* exception stack */ +#include <asm/pgtable_areas.h> /* VMALLOC_START, ... */ #define CREATE_TRACE_POINTS #include <asm/trace/exceptions.h> |
