Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 15:48:27 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29984 for review
Message-ID:  <200304282248.h3SMmRPA061255@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29984

Change 29984 by jmallett@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304282248.h3SMmRPA061255>