Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/include Make _LOCORE exclude more stuff.



details:   https://anonhg.NetBSD.org/src/rev/cfd1914bbc2a
branches:  trunk
changeset: 766155:cfd1914bbc2a
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 17 05:18:10 2011 +0000

description:
Make _LOCORE exclude more stuff.

diffstat:

 sys/arch/macppc/include/intr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 6c01dcf96e44 -r cfd1914bbc2a sys/arch/macppc/include/intr.h
--- a/sys/arch/macppc/include/intr.h    Fri Jun 17 05:17:30 2011 +0000
+++ b/sys/arch/macppc/include/intr.h    Fri Jun 17 05:18:10 2011 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index