Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 635f5a63 authored by Joel Schopp's avatar Joel Schopp Committed by Paul Mackerras
Browse files

powerpc: Add cputable entry for Power7 architected mode



Add an entry for Power7 architected mode and add "(raw)" to Power7 raw
mode to distinguish it more clearly.

Signed-off-by: default avatarJoel Schopp <jschopp@austin.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 3a8247cc
Loading
Loading
Loading
Loading
+12 −1
Original line number Original line Diff line number Diff line
@@ -386,10 +386,21 @@ static struct cpu_spec __initdata cpu_specs[] = {
		.machine_check		= machine_check_generic,
		.machine_check		= machine_check_generic,
		.platform		= "power6",
		.platform		= "power6",
	},
	},
	{	/* 2.06-compliant processor, i.e. Power7 "architected" mode */
		.pvr_mask		= 0xffffffff,
		.pvr_value		= 0x0f000003,
		.cpu_name		= "POWER7 (architected)",
		.cpu_features		= CPU_FTRS_POWER7,
		.cpu_user_features	= COMMON_USER_POWER7,
		.icache_bsize		= 128,
		.dcache_bsize		= 128,
		.machine_check		= machine_check_generic,
		.platform		= "power7",
	},
	{	/* Power7 */
	{	/* Power7 */
		.pvr_mask		= 0xffff0000,
		.pvr_mask		= 0xffff0000,
		.pvr_value		= 0x003f0000,
		.pvr_value		= 0x003f0000,
		.cpu_name		= "POWER7",
		.cpu_name		= "POWER7 (raw)",
		.cpu_features		= CPU_FTRS_POWER7,
		.cpu_features		= CPU_FTRS_POWER7,
		.cpu_user_features	= COMMON_USER_POWER7,
		.cpu_user_features	= COMMON_USER_POWER7,
		.icache_bsize		= 128,
		.icache_bsize		= 128,