From e915299a1cd3f7df8bb1b202370515682d60425e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 7 May 2009 00:26:26 +0200 Subject: [PATCH] enable x86 PAT registers --- projects/generic/linux/linux.i386.conf | 2 +- projects/jetway_j7f5m/linux/linux.i386.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/generic/linux/linux.i386.conf b/projects/generic/linux/linux.i386.conf index 97fdf6c200..1a3c31d62f 100644 --- a/projects/generic/linux/linux.i386.conf +++ b/projects/generic/linux/linux.i386.conf @@ -317,7 +317,7 @@ CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 -# CONFIG_X86_PAT is not set +CONFIG_X86_PAT=y CONFIG_EFI=y # CONFIG_SECCOMP is not set # CONFIG_CC_STACKPROTECTOR is not set diff --git a/projects/jetway_j7f5m/linux/linux.i386.conf b/projects/jetway_j7f5m/linux/linux.i386.conf index bb04c21b3f..6242919574 100644 --- a/projects/jetway_j7f5m/linux/linux.i386.conf +++ b/projects/jetway_j7f5m/linux/linux.i386.conf @@ -297,7 +297,7 @@ CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 -# CONFIG_X86_PAT is not set +CONFIG_X86_PAT=y CONFIG_EFI=y # CONFIG_SECCOMP is not set # CONFIG_CC_STACKPROTECTOR is not set