]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 21 Feb 2019 10:38:02 +0000 (10:38 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Feb 2019 13:10:16 +0000 (00:10 +1100)
commit84de6ab0e904d058cc221af564fa44636a6c2c59
tree89d65cc118038782247354c3c014e9b4e8949537
parent451b3ec082c2fef31455261fb18d2676afb50c61
powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.

PAGE_ACCESSED is only needed for CONFIG_SWAP. When CONFIG_SWAP
is not set, just ignore it. If CONFIG_SWAP is set and PAGE_ACCESSED
is not, let's take a minor fault.

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