From fbd78c8e3c19fb909fcb588ffc8e8d52e42bded6 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 2 Dec 2001 20:11:49 +0000 Subject: Add PVR processor type fields for IBM 405GP and IBM 405L. --- sys/arch/powerpc/include/spr.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit