mirror of
https://github.com/torvalds/linux.git
synced 2026-07-20 20:49:14 +02:00
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> |
||
|---|---|---|
| .. | ||
| fault.c | ||
| hash_low.S | ||
| hash_native.c | ||
| hash_utils.c | ||
| hugetlbpage.c | ||
| imalloc.c | ||
| init.c | ||
| Makefile | ||
| mmap.c | ||
| numa.c | ||
| slb_low.S | ||
| slb.c | ||
| stab.c | ||
| tlb.c | ||