diff options
author | H. Peter Anvin <[email protected]> | 2009-08-31 11:17:44 -0700 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2009-08-31 11:17:44 -0700 |
commit | a269cca9926faf8e44b340b017be0d884203141b (patch) | |
tree | 992a9ab46250d958d9663fd5b64479c95fbe7732 /drivers/message/fusion/mptspi.c | |
parent | 47d25003cbd9e9030a95f7ccc4e70fec6aa7b844 (diff) |
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 <[email protected]>
LKML-Reference: <[email protected]>
Cc: Venkatesh Pallipadi <[email protected]>
Cc: Suresh Siddha <[email protected]>
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
0 files changed, 0 insertions, 0 deletions