Disable MTRR sanitizer by default.
This commit is contained in:
parent
5666015cba
commit
20ba4aa98d
@ -29,7 +29,7 @@ CONFIG_PNP=y
|
||||
|
||||
CONFIG_MTRR=y
|
||||
CONFIG_MTRR_SANITIZER=y
|
||||
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
|
||||
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
|
||||
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
|
||||
CONFIG_X86_PAT=y
|
||||
CONFIG_X86_PM_TIMER=y
|
||||
|
@ -2288,6 +2288,9 @@ fi
|
||||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Tue Jun 18 2013 Dave Jones <davej@redhat.com>
|
||||
- Disable MTRR sanitizer by default.
|
||||
|
||||
* Tue Jun 18 2013 Justin M. Forbes <jforbes@redhat.com> - 3.10.0-0.rc6.git0.4
|
||||
- Testing the test harness
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user