Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2006 13:07:13 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101923 for review
Message-ID:  <200607191307.k6JD7Dvw040751@repoman.freebsd.org>

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

Change 101923 by gonzo@gonzo_hq on 2006/07/19 13:06:46

	o Stack has to be twice a word size aligned. Or we'll have 
	    troubles with va_XXX functions.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/locore.S#13 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/locore.S#13 (text+ko) ====

@@ -40,6 +40,7 @@
 #endif
 GLOBAL(stackspace)
 	.space PAGE_SIZE /* Smaller than it should be since it's temp. */
+.align 8
 GLOBAL(topstack)
 
 	.set noreorder



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