linux_dsm_epyc7002/arch/powerpc/include/asm/nohash
Christophe Leroy be00ed728c powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
The fixmap related functions try to map kernel pages that are
already mapped through Large TLBs. pte_offset_kernel() has to
return NULL for LTLBs, otherwise the caller will try to access
level 2 table which doesn't exist

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
2016-03-11 17:18:02 -06:00
..
32 powerpc32: Fix pte_offset_kernel() to return NULL for bad pages 2016-03-11 17:18:02 -06:00
64 powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels 2016-02-29 20:34:34 +11:00
pgtable.h powerpc/mm: Move hugetlb related headers 2015-12-14 15:19:13 +11:00
pte-book3e.h