summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/mpboot.S
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-03-03 02:46:36 +0000
committerimp <imp@FreeBSD.org>2010-03-03 02:46:36 +0000
commite901048f7a904e924f01096cc6dd1e754aba05a5 (patch)
treea00d7db47a2651f2f388ff209aba9a3d1f0e33be /sys/mips/mips/mpboot.S
parentea9ee1ed47ce2b2ffee2c266413f1eca32ee0115 (diff)
downloadFreeBSD-src-e901048f7a904e924f01096cc6dd1e754aba05a5.zip
FreeBSD-src-e901048f7a904e924f01096cc6dd1e754aba05a5.tar.gz
Spell START_FRAME CALLFRAME_SIZ now.
Diffstat (limited to 'sys/mips/mips/mpboot.S')
-rw-r--r--sys/mips/mips/mpboot.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/mips/mips/mpboot.S b/sys/mips/mips/mpboot.S
index 6828847..ce2982d 100644
--- a/sys/mips/mips/mpboot.S
+++ b/sys/mips/mips/mpboot.S
@@ -53,13 +53,13 @@ GLOBAL(mpentry)
* Initialize stack and call machine startup
*/
PTR_LA sp, _C_LABEL(pcpu_space)
- addiu sp, (NBPG * 2) - START_FRAME
+ addiu sp, (NBPG * 2) - CALLFRAME_SIZ
sll t0, s0, PAGE_SHIFT + 1
addu sp, sp, t0
/* Zero out old ra and old fp for debugger */
- sw zero, START_FRAME - 4(sp)
- sw zero, START_FRAME - 8(sp)
+ sw zero, CALLFRAME_SIZ - 4(sp)
+ sw zero, CALLFRAME_SIZ - 8(sp)
PTR_LA gp, _C_LABEL(_gp)
OpenPOWER on IntegriCloud