Module Name:    src
Committed By:   cliff
Date:           Sun Mar 21 18:21:15 UTC 2010

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: intr.h

Log Message:
- if __INTR_PRIVATE is not defined, declare (but do not define) struct splsw


To generate a diff of this commit:
cvs rdiff -u -r1.3.96.8 -r1.3.96.9 src/sys/arch/mips/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/mips/include/intr.h
diff -u src/sys/arch/mips/include/intr.h:1.3.96.8 src/sys/arch/mips/include/intr.h:1.3.96.9
--- src/sys/arch/mips/include/intr.h:1.3.96.8	Thu Mar 11 08:09:15 2010
+++ src/sys/arch/mips/include/intr.h	Sun Mar 21 18:21:15 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.3.96.8 2010/03/11 08:09:15 matt Exp $ */
+/* $NetBSD: intr.h,v 1.3.96.9 2010/03/21 18:21:15 cliff Exp $ */
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -84,6 +84,8 @@
 struct ipl_sr_map {
 	uint32_t sr_bits[_IPL_N];
 };
+#else
+struct splsw;
 #endif /* __INTR_PRIVATE */
 
 typedef int ipl_t;

Reply via email to