summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-08-31 20:17:44 +0200
committerH. Peter Anvin <hpa@zytor.com>2009-08-31 20:17:44 +0200
commita269cca9926faf8e44b340b017be0d884203141b (patch)
tree992a9ab46250d958d9663fd5b64479c95fbe7732 /arch/x86/mm
parentx86: Fix earlyprintk=dbgp for machines without NX (diff)
downloadlinux-a269cca9926faf8e44b340b017be0d884203141b.tar.xz
linux-a269cca9926faf8e44b340b017be0d884203141b.zip
mm: remove !NUMA condition from PAGEFLAGS_EXTENDED condition set
CONFIG_PAGEFLAGS_EXTENDED disables a trick to conserve pageflags. This trick is indended to be enabled when the pressure on page flags is very high. The previous condition was: - depends on 64BIT || SPARSEMEM_VMEMMAP || !NUMA || !SPARSEMEM ... however, the sparsemem code already has a way to crowd out the node number from the pageflags, which means that !NUMA actually doesn't contribute to hard pageflags exhaustion. This is required for the new PG_uncached flag to not cause pageflags exhaustion on x86_32 + PAE + SPARSEMEM + !NUMA. Signed-off-by: H. Peter Anvin <hpa@zytor.com> LKML-Reference: <4A9828F4.4040905@zytor.com> Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Cc: Suresh Siddha <suresh.siddha@intel.com>
Diffstat (limited to 'arch/x86/mm')
0 files changed, 0 insertions, 0 deletions