diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2024-06-28 15:11:58 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-06-28 15:28:47 +0300 |
commit | 732b32daef80567a7ef5be3d87ae79b6bfd9d82d (patch) | |
tree | 99d25c29d881722329d0047693b25d9099c7fc3f /arch/powerpc/kernel/cpu_specs.h | |
parent | e939da89d024a0de66b0270f1f1fab5fc44c74dd (diff) | |
download | linux-732b32daef80567a7ef5be3d87ae79b6bfd9d82d.tar.xz |
powerpc: Remove core support for 40x
Now that 40x platforms have gone, remove support
for 40x in the core of powerpc arch.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240628121201.130802-4-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/kernel/cpu_specs.h')
-rw-r--r-- | arch/powerpc/kernel/cpu_specs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/cpu_specs.h b/arch/powerpc/kernel/cpu_specs.h index 85ded3f77204..5ea14605bb41 100644 --- a/arch/powerpc/kernel/cpu_specs.h +++ b/arch/powerpc/kernel/cpu_specs.h @@ -1,9 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#ifdef CONFIG_40x -#include "cpu_specs_40x.h" -#endif - #ifdef CONFIG_PPC_47x #include "cpu_specs_47x.h" #elif defined(CONFIG_44x) |