Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 21:40:58 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100796 for review
Message-ID:  <200607062140.k66LewNY050657@repoman.freebsd.org>

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

Change 100796 by wkoszek@wkoszek_laptop on 2006/07/06 21:40:49

	Add more stuf calls.
	Convert handmade _start to ENTRY(_start).

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/copystr.S#1 add
.. //depot/projects/mips2/src/sys/mips/mips/exception.S#1 add
.. //depot/projects/mips2/src/sys/mips/mips/locore.S#3 edit
.. //depot/projects/mips2/src/sys/mips/mips/support.S#1 add
.. //depot/projects/mips2/src/sys/mips/mips/swtch.S#1 add

Differences ...

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

@@ -27,11 +27,11 @@
 
 #include "assym.s"
 #include <machine/asm.h>
+#include <machine/asmacros.h>
 __FBSDID("$FreeBSD$");
 
 /*
  * XXXMIPS: Fill this later.
  */
-.globl _start
-_start:
+ENTRY(_start)
 	nop



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