diff options
author | Michael Ellerman <[email protected]> | 2024-06-28 22:11:59 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2024-06-28 22:28:48 +1000 |
commit | 002b27a51b364a59eac99b8d080afe3924c2e064 (patch) | |
tree | ef768228ca7ff7070a19b5c1d680b4b37e37e3d8 /arch/powerpc/include/asm/ptrace.h | |
parent | 732b32daef80567a7ef5be3d87ae79b6bfd9d82d (diff) |
powerpc/4xx: Remove CONFIG_BOOKE_OR_40x
Now that 40x is gone, replace CONFIG_BOOKE_OR_40x by CONFIG_BOOKE.
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'arch/powerpc/include/asm/ptrace.h')
-rw-r--r-- | arch/powerpc/include/asm/ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/ptrace.h b/arch/powerpc/include/asm/ptrace.h index ea8f91fbc62f..7b9350756875 100644 --- a/arch/powerpc/include/asm/ptrace.h +++ b/arch/powerpc/include/asm/ptrace.h @@ -310,7 +310,7 @@ static inline void regs_set_return_value(struct pt_regs *regs, unsigned long rc) static inline bool cpu_has_msr_ri(void) { - return !IS_ENABLED(CONFIG_BOOKE_OR_40x); + return !IS_ENABLED(CONFIG_BOOKE); } static inline bool regs_is_unrecoverable(struct pt_regs *regs) |