summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap_subr.S
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-01-21 05:18:08 +0000
committergrehan <grehan@FreeBSD.org>2004-01-21 05:18:08 +0000
commit5f3a308886f7431d9ed1010debb5ed4d1eb698d1 (patch)
treea5b0e43f8ddd93cc44709f7e60a36150db7bd8c3 /sys/powerpc/aim/trap_subr.S
parentad056eebb840a8883b6460e1c3409b490a3d1654 (diff)
downloadFreeBSD-src-5f3a308886f7431d9ed1010debb5ed4d1eb698d1.zip
FreeBSD-src-5f3a308886f7431d9ed1010debb5ed4d1eb698d1.tar.gz
- Catch up with panic __LINE__/__FILE__ changes by moving panic calls
out of asm. - remove some long-dead code from machdep.c
Diffstat (limited to 'sys/powerpc/aim/trap_subr.S')
-rw-r--r--sys/powerpc/aim/trap_subr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/trap_subr.S b/sys/powerpc/aim/trap_subr.S
index 624272f..f865667 100644
--- a/sys/powerpc/aim/trap_subr.S
+++ b/sys/powerpc/aim/trap_subr.S
@@ -594,7 +594,7 @@ CNAME(ipkdbsize) = .-CNAME(ipkdblow)
bne cr4,2f; \
lis 3,cpassert@ha; /* if it is, panic */ \
addi 3,3,cpassert@l; \
- b panic; \
+ b asm_panic; \
2: lwz 3,PM_SR+0(2); \
mtsr 0,3; /* restore SR0 */ \
lwz 3,PM_SR+4(2); \
OpenPOWER on IntegriCloud