PERFORCE change 132347 for review

Warner Losh imp at FreeBSD.org
Wed Jan 2 15:16:05 PST 2008


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

Change 132347 by imp at imp_paco-paco on 2008/01/02 23:15:51

	use proper, non-conflicting guard variables.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/intr_machdep.h#2 edit

Differences ...

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

@@ -23,11 +23,11 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips2-jnpr/src/sys/mips/include/intr_machdep.h#1 $
+ * $P4: //depot/projects/mips2-jnpr/src/sys/mips/include/intr_machdep.h#2 $
  */
 
-#ifndef	_MACHINE_INTR_H_
-#define	_MACHINE_INTR_H_
+#ifndef	_MACHINE_INTR_MACHDEP_H_
+#define	_MACHINE_INTR_MACHDEP_H_
 
 #define NHARD_IRQS	6
 #define NSOFT_IRQS	2
@@ -40,4 +40,4 @@
     void *, int, int, void **);
 void cpu_intr(struct trapframe *);
 
-#endif /* !_MACHINE_INTR_H_ */
+#endif /* !_MACHINE_INTR_MACHDEP_H_ */


More information about the p4-projects mailing list