diff options
Diffstat (limited to 'arch/powerpc/include/asm/reg.h')
-rw-r--r-- | arch/powerpc/include/asm/reg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index 5572e86223f4..b68f025924a8 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h | |||
@@ -817,6 +817,7 @@ | |||
817 | #define PVR_403GC 0x00200200 | 817 | #define PVR_403GC 0x00200200 |
818 | #define PVR_403GCX 0x00201400 | 818 | #define PVR_403GCX 0x00201400 |
819 | #define PVR_405GP 0x40110000 | 819 | #define PVR_405GP 0x40110000 |
820 | #define PVR_476 0x11a52000 | ||
820 | #define PVR_STB03XXX 0x40310000 | 821 | #define PVR_STB03XXX 0x40310000 |
821 | #define PVR_NP405H 0x41410000 | 822 | #define PVR_NP405H 0x41410000 |
822 | #define PVR_NP405L 0x41610000 | 823 | #define PVR_NP405L 0x41610000 |
@@ -853,6 +854,9 @@ | |||
853 | #define PVR_8245 0x80811014 | 854 | #define PVR_8245 0x80811014 |
854 | #define PVR_8260 PVR_8240 | 855 | #define PVR_8260 PVR_8240 |
855 | 856 | ||
857 | /* 476 Simulator seems to currently have the PVR of the 602... */ | ||
858 | #define PVR_476_ISS 0x00052000 | ||
859 | |||
856 | /* 64-bit processors */ | 860 | /* 64-bit processors */ |
857 | /* 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 */ |
858 | #define PV_NORTHSTAR 0x0033 | 862 | #define PV_NORTHSTAR 0x0033 |