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/arm64 | |
parent | 650400b2ccb8542ff4e2677d66ff083d01c7bd6a (diff) | |
parent | 4f89fa286f6729312e227e7c2d764e8e7b9d340e (diff) | |
download | linux-2ec077c186a02c0aae8fc213a7b1d4c35f9626ed.tar.bz2 |
Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/include/asm/fixmap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/fixmap.h b/arch/arm64/include/asm/fixmap.h index caf86be815ba..4052ec39e8db 100644 --- a/arch/arm64/include/asm/fixmap.h +++ b/arch/arm64/include/asm/fixmap.h @@ -51,6 +51,13 @@ enum fixed_addresses { FIX_EARLYCON_MEM_BASE, FIX_TEXT_POKE0, + +#ifdef CONFIG_ACPI_APEI_GHES + /* Used for GHES mapping from assorted contexts */ + FIX_APEI_GHES_IRQ, + FIX_APEI_GHES_NMI, +#endif /* CONFIG_ACPI_APEI_GHES */ + __end_of_permanent_fixed_addresses, /* |