]> Git Repo - linux.git/commit
[PATCH] ppc64: More hugepage fixes
authorBenjamin Herrenschmidt <[email protected]>
Wed, 28 Sep 2005 04:45:45 +0000 (21:45 -0700)
committerLinus Torvalds <[email protected]>
Wed, 28 Sep 2005 14:46:42 +0000 (07:46 -0700)
commit0f9578b70a9f112bfb541e1d5ab486a376e64503
tree00e93df9f9920c43ace34e28298255dc8a0f9263
parent485ef69edefd7fc7f351c94d0d77b3ed8a242f7b
[PATCH] ppc64: More hugepage fixes

My previous patch fixing invalidation of huge PTEs wasn't good enough, we
still had an issue if a PTE invalidation batch contained both small and
large pages.  This patch fixes this by making sure the batch is flushed if
the page size fed to it changes.

Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/ppc64/mm/hash_native.c
arch/ppc64/mm/tlb.c
include/asm-ppc64/tlbflush.h
This page took 0.053626 seconds and 4 git commands to generate.