PERFORCE change 134360 for review

Warner Losh imp at FreeBSD.org
Mon Jan 28 23:58:19 PST 2008


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

Change 134360 by imp at imp_lighthouse on 2008/01/29 07:57:53

	Only relevant for LOCORE.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/regdef.h#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/regdef.h#3 (text+ko) ====

@@ -12,6 +12,7 @@
 #ifndef _MACHINE_REGDEF_H_
 #define	_MACHINE_REGDEF_H_
 
+#if defined(_LOCORE)
 /* General purpose CPU register names */
 #define	zero	$0	/* wired zero */
 #define	AT	$at	/* assembler temp */
@@ -47,6 +48,6 @@
 #define	s8	$30	/* callee saved */
 #define	ra	$31	/* return address */
 
+#endif /* _LOCORE */
+
 #endif /* !_MACHINE_REGDEF_H_ */
-
-/* end of file */


More information about the p4-projects mailing list