diff options
| -rw-r--r-- | sys/arch/powerpc/include/spr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/powerpc/include/spr.h b/sys/arch/powerpc/include/spr.h index 173c04a6b8f..db4fde69512 100644 --- a/sys/arch/powerpc/include/spr.h +++ b/sys/arch/powerpc/include/spr.h @@ -62,6 +62,8 @@ #define MPC8240 0x0081 #define MPC7450 0x8000 #define MPC7410 0x800c +#define IBM405GP 0x4011 +#define IBM405L 0x4161 #define SPR_IBAT0U 0x210 /* .68 Instruction BAT Reg 0 Upper */ #define SPR_IBAT0L 0x211 /* .68 Instruction BAT Reg 0 Lower */ #define SPR_IBAT1U 0x212 /* .68 Instruction BAT Reg 1 Upper */ |
