]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/603: let's handle PAGE_DIRTY directly
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 21 Feb 2019 10:38:00 +0000 (10:38 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Feb 2019 13:10:16 +0000 (00:10 +1100)
commit2e08c022e6ea7103e61fff45e390f804ea1c76be
tree3e5b61da3a541c8e09c746db2d9016b85c6ca589
parent75d4f174313689073aff14b0d3bdb2c22199509e
powerpc/603: let's handle PAGE_DIRTY directly

PAGE_DIRTY corresponds to the C bit. If writing on
a page for which the C bit is not set, a DataStoreTLBMiss
is generated. No need to check it in DataLoadTLBMiss.

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