commit | 0f9578b70a9f112bfb541e1d5ab486a376e64503 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Sep 27 21:45:45 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 28 07:46:42 2005 -0700 |
tree | 00e93df9f9920c43ace34e28298255dc8a0f9263 | |
parent | 485ef69edefd7fc7f351c94d0d77b3ed8a242f7b [diff] |
[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 <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>