diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-12-17 13:09:31 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-12-17 13:09:31 +0100 |
commit | 2ec077c186a02c0aae8fc213a7b1d4c35f9626ed (patch) | |
tree | bc78c495a2031a76d6356135dda2020d4e0f77f8 /arch/x86/include | |
parent | Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base (diff) | |
parent | ACPI / APEI: Replace ioremap_page_range() with fixmap (diff) | |
download | linux-2ec077c186a02c0aae8fc213a7b1d4c35f9626ed.tar.xz linux-2ec077c186a02c0aae8fc213a7b1d4c35f9626ed.zip |
Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/fixmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/fixmap.h b/arch/x86/include/asm/fixmap.h index dcd9fb55e679..b0c505fe9a95 100644 --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h @@ -104,6 +104,12 @@ enum fixed_addresses { FIX_GDT_REMAP_BEGIN, FIX_GDT_REMAP_END = FIX_GDT_REMAP_BEGIN + NR_CPUS - 1, +#ifdef CONFIG_ACPI_APEI_GHES + /* Used for GHES mapping from assorted contexts */ + FIX_APEI_GHES_IRQ, + FIX_APEI_GHES_NMI, +#endif + __end_of_permanent_fixed_addresses, /* |