]> Git Repo - linux.git/commit
powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.
authorChristophe Leroy <[email protected]>
Thu, 21 Feb 2019 10:38:02 +0000 (10:38 +0000)
committerMichael Ellerman <[email protected]>
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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
arch/powerpc/kernel/head_32.S
This page took 0.061884 seconds and 4 git commands to generate.