diff options
author | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | 2008-07-08 00:28:55 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-09 16:30:46 +1000 |
commit | 801eb73f45371accc78ca9d6d22d647eeb722c11 (patch) | |
tree | 4bd392fcae5b158551afdebb57f9fc353bf890c4 /drivers/dca | |
parent | ef3d3246a0d06be622867d21af25f997aeeb105f (diff) | |
download | talos-obmc-linux-801eb73f45371accc78ca9d6d22d647eeb722c11.tar.gz talos-obmc-linux-801eb73f45371accc78ca9d6d22d647eeb722c11.zip |
powerpc/mm: Don't clear _PAGE_COHERENT when _PAGE_SAO is set
The current low level hash code on LPAR configurations clears
_PAGE_COHERENT (M) when either _PAGE_GUARDED (G) or _PAGE_NO_CACHE (I)
is set. This conflicts with _PAGE_SAO which has M, I and W bits sets at
once (normally invalid combo) to indicate the new SAO attribute.
This changes the code to allow that case.
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/dca')
0 files changed, 0 insertions, 0 deletions