Module Name:    src
Committed By:   matt
Date:           Sat May 15 23:11:38 UTC 2010

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

Log Message:
Make sure we have a spare cell at the sr_map to make splintr will stop.


To generate a diff of this commit:
cvs rdiff -u -r1.3.96.10 -r1.3.96.11 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.10 src/sys/arch/mips/include/intr.h:1.3.96.11
--- src/sys/arch/mips/include/intr.h:1.3.96.10	Wed Mar 24 19:23:02 2010
+++ src/sys/arch/mips/include/intr.h	Sat May 15 23:11:38 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.3.96.10 2010/03/24 19:23:02 cliff Exp $ */
+/* $NetBSD: intr.h,v 1.3.96.11 2010/05/15 23:11:38 matt Exp $ */
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -83,7 +83,7 @@
 };
 
 struct ipl_sr_map {
-	uint32_t sr_bits[_IPL_N];
+	uint32_t sr_bits[_IPL_N+1];
 };
 #else
 struct splsw;

Reply via email to