mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
This patch fixes ppc64 __ioremap() so that it stops adding implicitely _PAGE_GUARDED when the cache is not writeback, and instead, let the callers provide the flag they want here. This allows things like framebuffers to explicitely request a non-cacheable and non-guarded mapping which is more efficient for that type of memory without side effects. The patch also fixes all current callers to add _PAGE_GUARDED except btext, which is fine without it. 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> |
History
|
|
|---|---|---|
| .. | ||
| fault.c | ||
| hash_low.S | ||
| hash_native.c | ||
| hash_utils.c | ||
| hugetlbpage.c | ||
| imalloc.c | ||
| init.c | ||
| Makefile | ||
| mmap.c | ||
| numa.c | ||
| slb.c | ||
| slb_low.S | ||
| stab.c | ||
| tlb.c | ||