diff options
author | Olof Johansson <olof@lixom.net> | 2006-09-06 19:35:57 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-13 08:39:52 (GMT) |
commit | b3ebd1d862d6c23caa58e40d341eefc426f835e1 (patch) | |
tree | c4db512b520833be44b72b97aab0c439138bfb5e /include/asm-powerpc/reg.h | |
parent | 0024300000769eadcb4a4fcdff531d45ee7735d4 (diff) | |
download | linux-fsl-qoriq-b3ebd1d862d6c23caa58e40d341eefc426f835e1.tar.xz |
[POWERPC] powerpc: PA6T cputable entry, PVR value
Introduce PWRficient PA6T cputable entries and feature bits.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/reg.h')
-rw-r--r-- | include/asm-powerpc/reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/reg.h b/include/asm-powerpc/reg.h index cf73475..3a9fcc1 100644 --- a/include/asm-powerpc/reg.h +++ b/include/asm-powerpc/reg.h @@ -592,6 +592,7 @@ #define PV_630p 0x0041 #define PV_970MP 0x0044 #define PV_BE 0x0070 +#define PV_PA6T 0x0090 /* * Number of entries in the SLB. If this ever changes we should handle |