Module Name:    src
Committed By:   matt
Date:           Sat Mar  3 00:23:19 UTC 2012

Modified Files:
        src/sys/arch/mips/mips: mips_machdep.c

Log Message:
remove safepri declaration since it's defined in kern_synch.c


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/sys/arch/mips/mips/mips_machdep.c

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/mips/mips_machdep.c
diff -u src/sys/arch/mips/mips/mips_machdep.c:1.253 src/sys/arch/mips/mips/mips_machdep.c:1.254
--- src/sys/arch/mips/mips/mips_machdep.c:1.253	Sun Feb 19 21:06:18 2012
+++ src/sys/arch/mips/mips/mips_machdep.c	Sat Mar  3 00:23:19 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: mips_machdep.c,v 1.253 2012/02/19 21:06:18 rmind Exp $	*/
+/*	$NetBSD: mips_machdep.c,v 1.254 2012/03/03 00:23:19 matt Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.253 2012/02/19 21:06:18 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.254 2012/03/03 00:23:19 matt Exp $");
 
 #define __INTR_PRIVATE
 #include "opt_cputype.h"
@@ -203,13 +203,6 @@ uint64_t mips3_cp0_tlb_entry_lo_probe(vo
 static void mips3_tlb_probe(void);
 #endif
 
-/*
- * safepri is a safe priority for sleepq to set for a spin-wait during
- * autoconfiguration or after a panic which will allows interrupts to
- * be delivered.  Used as an argument to splx().
- */
-int safepri = IPL_SOFTSERIAL;
-
 #if defined(MIPS1)
 static void	mips1_vector_init(const struct splsw *);
 extern const struct locoresw mips1_locoresw;

Reply via email to