Module Name:    src
Committed By:   matt
Date:           Fri Jun 17 05:18:10 UTC 2011

Modified Files:
        src/sys/arch/macppc/include: intr.h

Log Message:
Make _LOCORE exclude more stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/macppc/include/intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/include/intr.h
diff -u src/sys/arch/macppc/include/intr.h:1.28 src/sys/arch/macppc/include/intr.h:1.29
--- src/sys/arch/macppc/include/intr.h:1.28	Sun Jun  5 16:52:23 2011
+++ src/sys/arch/macppc/include/intr.h	Fri Jun 17 05:18:10 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: intr.h,v 1.28 2011/06/05 16:52:23 matt Exp $	*/
+/*	$NetBSD: intr.h,v 1.29 2011/06/17 05:18:10 matt Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -48,7 +48,6 @@
 #include <powerpc/pic/ipivar.h>
 #endif /* MULTIPROCESSOR */
 
-#endif /* _LOCORE */
 
 #ifdef _KERNEL
 
@@ -58,5 +57,6 @@
 int init_grandcentral(void);
 void setup_hammerhead_ipi(void);
 #endif
+#endif /* _LOCORE */
 
 #endif /* _MACPPC_INTR_H_ */

Reply via email to