]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add second POWER8 PVR entry
authorMichael Neuling <mikey@neuling.org>
Thu, 18 Jul 2013 01:31:51 +0000 (11:31 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 24 Jul 2013 04:18:43 +0000 (14:18 +1000)
commit330404ac1c74bcba8a3e73d4289d98d0acb2f9e9
treec6fee07e91a98d1454ab50a12639b70f7227c0b8
parent617537d2ebf9f8060e43c17ed9a7bf6d98b03f36
powerpc: Add second POWER8 PVR entry

POWER8 comes with two different PVRs.  This patch enables the additional
PVR in the cputable.

The existing entry (PVR=0x4b) is renamed to POWER8E and the new entry
(PVR=0x4d) is given POWER8.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/reg.h
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/prom_init.c