Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101130
b: refs/heads/master
c: aba3728
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Jul 15, 2008
1 parent aa0eadc commit 55db77f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91d0322bef047e2916b3e52741411bffc63929cb
refs/heads/master: aba3728ce2e8ce85e1e5f6b275131e9332256789
22 changes: 9 additions & 13 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,14 @@ config PARAVIRT_DEBUG
config MEMTEST
bool "Memtest"
depends on X86_64
default y
help
This option adds a kernel parameter 'memtest', which allows memtest
to be set.
memtest=0, mean disabled; -- default
memtest=1, mean do 1 test pattern;
...
memtest=4, mean do 4 test patterns.
If you are unsure how to answer this question, answer Y.
If you are unsure how to answer this question, answer N.

config X86_SUMMIT_NUMA
def_bool y
Expand Down Expand Up @@ -1135,21 +1134,18 @@ config MTRR
See <file:Documentation/mtrr.txt> for more information.

config MTRR_SANITIZER
def_bool y
bool
prompt "MTRR cleanup support"
depends on MTRR
help
Convert MTRR layout from continuous to discrete, so some X driver
could add WB entries.
Convert MTRR layout from continuous to discrete, so X drivers can
add writeback entries.

Say N here if you see bootup problems (boot crash, boot hang,
spontaneous reboots).
Can be disabled with disable_mtrr_cleanup on the kernel command line.
The largest mtrr entry size for a continous block can be set with
mtrr_chunk_size.

Could be disabled with disable_mtrr_cleanup. Also mtrr_chunk_size
could be used to send largest mtrr entry size for continuous block
to hold holes (aka. UC entries)

If unsure, say Y.
If unsure, say N.

config MTRR_SANITIZER_ENABLE_DEFAULT
int "MTRR cleanup enable value (0-1)"
Expand All @@ -1166,7 +1162,7 @@ config MTRR_SANITIZER_SPARE_REG_NR_DEFAULT
depends on MTRR_SANITIZER
help
mtrr cleanup spare entries default, it can be changed via
mtrr_spare_reg_nr=
mtrr_spare_reg_nr=N on the kernel command line.

config X86_PAT
bool
Expand Down

0 comments on commit 55db77f

Please sign in to comment.