diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-11-13 21:46:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-11-13 21:46:04 +0000 |
commit | 5003993de181a30a4c610d3d2261f8815dbcb502 (patch) | |
tree | f0bc548b169a5a71fd6cfa39a41f27aa2ec09868 /sys/arch/powerpc/include | |
parent | bbfdbda99e262257125977a1512392f510ceae66 (diff) |
Recognized 970MP processor.
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r-- | sys/arch/powerpc/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h index 89fab8a2b45..d9a23242a13 100644 --- a/sys/arch/powerpc/include/cpu.h +++ b/sys/arch/powerpc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.24 2005/11/08 20:30:47 kettenis Exp $ */ +/* $OpenBSD: cpu.h,v 1.25 2005/11/13 21:46:03 drahn Exp $ */ /* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */ /* @@ -240,6 +240,7 @@ extern int ppc_proc_is_64b; #define PPC_CPU_MPC604ev 9 #define PPC_CPU_MPC7400 12 #define PPC_CPU_IBM970FX 0x003c +#define PPC_CPU_IBM970MP 0x0044 #define PPC_CPU_IBM750FX 0x7000 #define PPC_CPU_MPC7410 0x800c #define PPC_CPU_MPC7447A 0x8003 |