powerpc/mm: no slice for nohash/64
Only nohash/32 and book3s/64 support mm slices. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
5ba666d56c
commit
02f89aed6b
@@ -4,9 +4,7 @@
|
||||
|
||||
#ifdef CONFIG_PPC_BOOK3S_64
|
||||
#include <asm/book3s/64/slice.h>
|
||||
#elif defined(CONFIG_PPC64)
|
||||
#include <asm/nohash/64/slice.h>
|
||||
#elif defined(CONFIG_PPC_MMU_NOHASH)
|
||||
#elif defined(CONFIG_PPC_MMU_NOHASH_32)
|
||||
#include <asm/nohash/32/slice.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user