projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ebcc65
)
x86 PAT: decouple from nonpromisc devmem
author
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 08:26:52 +0000
(10:26 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 14:01:26 +0000
(16:01 +0200)
Linus pointed it out that PAT should not depend on NONPROMISC_DEVMEM.
Also make PAT non-default.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 4d350b5cbc71fdaf7f8c8ed0d6a84d4aa96b9de4..4aa4180b106c9d98f4acadb9b89f56149de8d4ef 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-1049,9
+1049,9
@@
config MTRR
See <file:Documentation/mtrr.txt> for more information.
config X86_PAT
- def_bool y
+ bool
prompt "x86 PAT support"
- depends on MTRR
&& NONPROMISC_DEVMEM
+ depends on MTRR
help
Use PAT attributes to setup page level cache control.