powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 21 Feb 2019 10:38:01 +0000 (10:38 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Feb 2019 13:10:16 +0000 (00:10 +1100)
commit451b3ec082c2fef31455261fb18d2676afb50c61
treef38f2d05dbd741a2c318ed750c8fdea20b92e22a
parentf8b58c64eaef03946dbb1b100ba0255f72031c17
powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers

PP bits take user access into account, so no need to check _PAGE_USER
here. A DSI or ISI will be generated if needed.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/head_32.S