Re: [PATCH 3/4] 8xx: Don't touch ACCESSED when no SWAP.

2010-03-17 Thread Joakim Tjernlund
Benjamin Herrenschmidt b...@kernel.crashing.org wrote on 2010/03/16 22:20:52: On Fri, 2010-02-26 at 09:29 +0100, Joakim Tjernlund wrote: Only the swap function cares about the ACCESSED bit in the pte. Do not waste cycles updateting ACCESSED when swap is not compiled into the kernel. ---

Re: [PATCH 3/4] 8xx: Don't touch ACCESSED when no SWAP.

2010-03-16 Thread Benjamin Herrenschmidt
On Fri, 2010-02-26 at 09:29 +0100, Joakim Tjernlund wrote: Only the swap function cares about the ACCESSED bit in the pte. Do not waste cycles updateting ACCESSED when swap is not compiled into the kernel. --- Your changeset comment is a bit misleading since the code isn't actually updating

[PATCH 3/4] 8xx: Don't touch ACCESSED when no SWAP.

2010-03-02 Thread Joakim Tjernlund
Only the swap function cares about the ACCESSED bit in the pte. Do not waste cycles updateting ACCESSED when swap is not compiled into the kernel. Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se --- arch/powerpc/kernel/head_8xx.S |6 -- 1 files changed, 4 insertions(+), 2

[PATCH 3/4] 8xx: Don't touch ACCESSED when no SWAP.

2010-02-26 Thread Joakim Tjernlund
Only the swap function cares about the ACCESSED bit in the pte. Do not waste cycles updateting ACCESSED when swap is not compiled into the kernel. --- arch/powerpc/kernel/head_8xx.S |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/head_8xx.S