commit | ee3caed37d763ab28f8ac55563f38fb7530c6252 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Fri Apr 29 23:25:29 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun May 01 18:32:19 2016 +1000 |
tree | 61ed790bc3dbbb5ac39c6f95aace931b5712caf3 | |
parent | 5dc1ef858c12f865e3676727e03519bece4ce6c1 [diff] |
powerpc/mm: Use pte_raw() in pte_same()/pmd_same() We can avoid doing endian conversions by using pte_raw() in pxx_same(). The swap of the constant (_PAGE_HPTEFLAGS) should be done at compile time by the compiler. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>