diff options
author | Helge Deller <deller@gmx.de> | 2017-08-04 19:23:53 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2017-08-22 16:34:33 +0200 |
commit | 54ac8fcbd6e6777929235ac767467991005d2df3 (patch) | |
tree | ea6037b396bad8f733348d67d9571f37757001d1 /arch/parisc/Kconfig | |
parent | parisc: PDT/firmware: Add support to read PDT on older PAT-machines (diff) | |
download | linux-54ac8fcbd6e6777929235ac767467991005d2df3.tar.xz linux-54ac8fcbd6e6777929235ac767467991005d2df3.zip |
parisc: PDT: Add full support for memory failure via Page Deallocation Table (PDT)
This patch adds full support to read PDT info on all machine types. At bootup
the PDT is read and bad memory excluded from usage via memblock_reserve().
Later in the boot process a kernel thread is started (kpdtd) which regularily
checks firmare for new reported bad memory and tries to soft offline pages in
case of correctable errors and to kill processes and exclude such memory in
case of uncorrectable errors via memory_failure().
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index dda1f558ef35..7d2faf711d31 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -9,6 +9,7 @@ config PARISC select ARCH_WANT_FRAME_POINTERS select ARCH_HAS_ELF_RANDOMIZE select ARCH_HAS_STRICT_KERNEL_RWX + select ARCH_SUPPORTS_MEMORY_FAILURE select RTC_CLASS select RTC_DRV_GENERIC select INIT_ALL_POSSIBLE |