From: Heiko Z. <smi...@us...> - 2016-01-17 19:51:16
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-4.x In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15409 Modified Files: config_linux.686 config_linux.x86_64 Log Message: Don't scan for low memory corruption. This is only intended to be a diagnostic tool Index: config_linux.x86_64 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.x86_64,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- config_linux.x86_64 26 Dec 2015 20:38:36 -0000 1.12 +++ config_linux.x86_64 17 Jan 2016 19:51:14 -0000 1.13 @@ -469,8 +469,8 @@ # CONFIG_IDLE_PAGE_TRACKING is not set CONFIG_FRAME_VECTOR=y # CONFIG_X86_PMEM_LEGACY is not set -CONFIG_X86_CHECK_BIOS_CORRUPTION=y -CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=n +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=n CONFIG_X86_RESERVE_LOW=64 CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set Index: config_linux.686 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.686,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- config_linux.686 2 Jan 2016 14:50:53 -0000 1.14 +++ config_linux.686 17 Jan 2016 19:51:14 -0000 1.15 @@ -463,8 +463,8 @@ CONFIG_FRAME_VECTOR=y # CONFIG_X86_PMEM_LEGACY is not set # CONFIG_HIGHPTE is not set -CONFIG_X86_CHECK_BIOS_CORRUPTION=y -CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=n +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=n CONFIG_X86_RESERVE_LOW=64 # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y |