PERFORCE change 100796 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Thu Jul 6 21:41:40 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100796

Change 100796 by wkoszek at 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


More information about the p4-projects mailing list