diff options
Diffstat (limited to 'arch/powerpc/include/asm/reg.h')
-rw-r--r-- | arch/powerpc/include/asm/reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index b2d1ac635f2..b68f025924a 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h | |||
@@ -854,6 +854,9 @@ | |||
854 | #define PVR_8245 0x80811014 | 854 | #define PVR_8245 0x80811014 |
855 | #define PVR_8260 PVR_8240 | 855 | #define PVR_8260 PVR_8240 |
856 | 856 | ||
857 | /* 476 Simulator seems to currently have the PVR of the 602... */ | ||
858 | #define PVR_476_ISS 0x00052000 | ||
859 | |||
857 | /* 64-bit processors */ | 860 | /* 64-bit processors */ |
858 | /* XXX the prefix should be PVR_, we'll do a global sweep to fix it one day */ | 861 | /* XXX the prefix should be PVR_, we'll do a global sweep to fix it one day */ |
859 | #define PV_NORTHSTAR 0x0033 | 862 | #define PV_NORTHSTAR 0x0033 |