summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/spr.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-21 06:34:21 +0000
committeradrian <adrian@FreeBSD.org>2012-08-21 06:34:21 +0000
commit6224c8cbb9561c0dfb1502c7d8a27d973e64a40d (patch)
tree8914bd2e2ddd503271b9fb0246dd112995b0f00e /sys/powerpc/include/spr.h
parent45f36f602c7f4fd6db0285622e3da96b7c8663a8 (diff)
downloadFreeBSD-src-6224c8cbb9561c0dfb1502c7d8a27d973e64a40d.zip
FreeBSD-src-6224c8cbb9561c0dfb1502c7d8a27d973e64a40d.tar.gz
On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULL
so as to not confuse things. Submitted by: Margarida Gouveia
Diffstat (limited to 'sys/powerpc/include/spr.h')
-rw-r--r--sys/powerpc/include/spr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/spr.h b/sys/powerpc/include/spr.h
index 79fad45..78d241c 100644
--- a/sys/powerpc/include/spr.h
+++ b/sys/powerpc/include/spr.h
@@ -140,6 +140,7 @@
#define MPC603e 0x0006
#define MPC603ev 0x0007
#define MPC750 0x0008
+#define MPC750CL 0x7000 /* Nintendo Wii's Broadway */
#define MPC604ev 0x0009
#define MPC7400 0x000c
#define MPC620 0x0014
OpenPOWER on IntegriCloud