* Gabriel C <nix.or.die@googlemail.com> wrote:no, that side-effect was not known. Cc:-ed more folks. thanks - that should be enough for now. We'll try to reproduce these problems. A blind guess: maybe it's the CONFIG_NONPROMISC_DEVMEM somehow breaks Qemu. With the patch below you'd be able to disable NONPROMISC_DEVMEM without disabling PAT. Ingo diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 4d350b5..4aa4180 100644 --- 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. --
| Rafael J. Wysocki | [Bug #10493] mips BCM47XX compile error |
| Ingo Molnar | [patch 02/13] syslets: add syslet.h include file, user API/ABI definitions |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrea Arcangeli | [PATCH 00 of 11] mmu notifier #v16 |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| Mark Lord | Re: [BUG] New Kernel Bugs |
