commit | 849f86a630e9c84bf4c9d5dcbfe59dc94b2e15ce | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon Feb 22 13:41:15 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Feb 29 20:34:39 2016 +1100 |
tree | 440ffd5ffb57ccbc4005cd50e3ba471ea59d5595 | |
parent | c61a8843124e353f4ba27c073133868da00e0335 [diff] |
powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit This changes _PAGE_PRESENT for 64-bit Book 3S processors from 0x2 to 0x8000_0000_0000_0000, because that is where PowerISA v3.0 CPUs in radix mode will expect to find it. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>