summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/locore.S
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2001-09-20 00:47:17 +0000
committermp <mp@FreeBSD.org>2001-09-20 00:47:17 +0000
commita2e5cb9c1ece11bd25f867c25e6f34022389125f (patch)
treec07dd541ea7e2e8cf948e0f0147a7d96d38bf958 /sys/powerpc/aim/locore.S
parent7418b6f0974dece312233d4ca5fd06777377bf9c (diff)
downloadFreeBSD-src-a2e5cb9c1ece11bd25f867c25e6f34022389125f.zip
FreeBSD-src-a2e5cb9c1ece11bd25f867c25e6f34022389125f.tar.gz
Update PowerPC MD code to compile and do initial bootstrap based on
recent changes (KSE and VM requiring physmem to be setup). Reviewed by: benno, jhb, julian
Diffstat (limited to 'sys/powerpc/aim/locore.S')
-rw-r--r--sys/powerpc/aim/locore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/locore.S b/sys/powerpc/aim/locore.S
index 4ad6daf..9deb42f 100644
--- a/sys/powerpc/aim/locore.S
+++ b/sys/powerpc/aim/locore.S
@@ -1351,7 +1351,7 @@ setfault:
mfcr 12
mfsprg 4,0
lwz 4,GD_CURPCB(4)
- stw 3,PCB_FAULT(4)
+ stw 3,PCB_ONFAULT(4)
stw 0,0(3)
stw 1,4(3)
stw 2,8(3)
OpenPOWER on IntegriCloud