1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
6 static struct cpu_spec cpu_specs
[] __initdata
= {
8 .pvr_mask
= 0xffff0000,
12 * CPU_FTR_MAYBE_CAN_DOZE is possible,
13 * if the 8xx code is there....
15 .cpu_features
= CPU_FTRS_8XX
,
16 .cpu_user_features
= PPC_FEATURE_32
| PPC_FEATURE_HAS_MMU
,
17 .mmu_features
= MMU_FTR_TYPE_8xx
,
20 .machine_check
= machine_check_8xx
,