powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S
Today we have: config PPC_BOOK3S def_bool y depends on PPC_BOOK3S_32 || PPC_BOOK3S_64 config PPC_STD_MMU def_bool y depends on PPC_BOOK3S PPC_STD_MMU is therefore redundant with PPC_BOOK3S. Lets remove it. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
68289ae935
commit
5b3e84fc10
@@ -341,7 +341,7 @@ static inline void cmo_account_page_fault(void)
|
||||
static inline void cmo_account_page_fault(void) { }
|
||||
#endif /* CONFIG_PPC_SMLPAR */
|
||||
|
||||
#ifdef CONFIG_PPC_STD_MMU
|
||||
#ifdef CONFIG_PPC_BOOK3S
|
||||
static void sanity_check_fault(bool is_write, unsigned long error_code)
|
||||
{
|
||||
/*
|
||||
@@ -378,7 +378,7 @@ static void sanity_check_fault(bool is_write, unsigned long error_code)
|
||||
}
|
||||
#else
|
||||
static void sanity_check_fault(bool is_write, unsigned long error_code) { }
|
||||
#endif /* CONFIG_PPC_STD_MMU */
|
||||
#endif /* CONFIG_PPC_BOOK3S */
|
||||
|
||||
/*
|
||||
* Define the correct "is_write" bit in error_code based
|
||||
|
Reference in New Issue
Block a user