Skip to content

Commit 8db979b

Browse files
author
Ingo Molnar
committed
x86 PAT: decouple from nonpromisc devmem
Linus pointed it out that PAT should not depend on NONPROMISC_DEVMEM. Also make PAT non-default. Signed-off-by: Ingo Molnar <[email protected]>
1 parent 1ebcc65 commit 8db979b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,9 +1049,9 @@ config MTRR
10491049
See <file:Documentation/mtrr.txt> for more information.
10501050

10511051
config X86_PAT
1052-
def_bool y
1052+
bool
10531053
prompt "x86 PAT support"
1054-
depends on MTRR && NONPROMISC_DEVMEM
1054+
depends on MTRR
10551055
help
10561056
Use PAT attributes to setup page level cache control.
10571057

0 commit comments

Comments
 (0)