commit | bde6c6e16aa489ea76c762fb7ffb0abb48660dd8 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Sep 06 08:04:38 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Sep 14 01:33:23 2007 +1000 |
tree | 147f59710f6026c174685758b0d6764fcea12e84 | |
parent | 96ebc3bfb6ddedd5a400d5653b50551d5a3de439 [diff] |
[POWERPC] Check _PAGE_RW and _PAGE_PRESENT on kernel addresses Previously, the TLB miss handlers assumed that pages above KERNELBASE are always present and read/write. This assumption is false in the case of CONFIG_DEBUG_PAGEALLOC. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>