Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 21:08:38 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24168 for review
Message-ID:  <200301250508.h0P58c7U041845@repoman.freebsd.org>

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

Change 24168 by jmallett@jmallett_dalek on 2003/01/24 21:08:27

	FreeBSD uses -DLOCORE not -D_LOCORE.

Affected files ...

.. //depot/projects/mips/sys/mips/include/cpuregs.h#2 edit
.. //depot/projects/mips/sys/mips/sgimips/intr.h#2 edit
.. //depot/projects/mips/sys/mips/sgimips/param.h#4 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/cpuregs.h#2 (text+ko) ====

@@ -434,7 +434,7 @@
  * 30	MIPS_COP_0_ERROR_PC	.636 Error EPC register.
  * 31	MIPS_COP_0_DESAVE	.... DESAVE JTAG register.
  */
-#ifdef _LOCORE
+#ifdef LOCORE
 #define	_(n)	__CONCAT($,n)
 #else
 #define	_(n)	n

==== //depot/projects/mips/sys/mips/sgimips/intr.h#2 (text+ko) ====

@@ -66,13 +66,13 @@
 }
 
 #ifdef _KERNEL
-#ifndef _LOCORE
+#ifndef LOCORE
 
 /*
  * XXX Fill in C code functionlets.
  */
 
-#endif /* _LOCORE */
+#endif /* LOCORE */
 #endif /* !_KERNEL */
 
 #endif	/* !_SGIMIPS_INTR_H_ */

==== //depot/projects/mips/sys/mips/sgimips/param.h#4 (text+ko) ====

@@ -78,13 +78,13 @@
 #endif
 
 #ifdef _KERNEL
-#ifndef _LOCORE
+#ifndef LOCORE
 
 #define DELAY(n)	delay(n)
 
 #include <machine/intr.h>
 
-#endif	/* _LOCORE */
+#endif	/* LOCORE */
 #endif	/* _KERNEL */
 
 #endif	/* !_SGIMIPS_PARAM_H_ */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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