PERFORCE change 29984 for review
Juli Mallett
jmallett at FreeBSD.org
Mon Apr 28 15:48:30 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29984
Change 29984 by jmallett at jmallett_dalek on 2003/04/28 15:47:32
Use CALLFRAME_SIZ rather than CALLSTACK.
Affected files ...
.. //depot/projects/mips/sys/mips/mips/locore.S#4 edit
Differences ...
==== //depot/projects/mips/sys/mips/mips/locore.S#4 (text+ko) ====
@@ -29,11 +29,6 @@
#include <machine/asm.h>
#include <machine/cpuregs.h>
-/*
- * XXX CALLSTACK size??
- */
-#define CALLSTACK 64
-
.data
/*
* Dummy interrupt table to keep sysctl happy until
@@ -69,7 +64,7 @@
# just use it.
la t1, start
bgt sp, t1, 1f
- addu t2, t1, -CALLSTACK
+ addu t2, t1, -CALLFRAME_SIZ
subu t0, t1, sp
bgt t0, 4096, 1f
nop
More information about the p4-projects
mailing list