Module Name:    src
Committed By:   matt
Date:           Sat Jul 28 23:12:52 UTC 2012

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

Log Message:
Remove IPL_SAFEPRI


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/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/hpcarm/include/intr.h
diff -u src/sys/arch/hpcarm/include/intr.h:1.17 src/sys/arch/hpcarm/include/intr.h:1.18
--- src/sys/arch/hpcarm/include/intr.h:1.17	Fri Jul 27 05:36:10 2012
+++ src/sys/arch/hpcarm/include/intr.h	Sat Jul 28 23:12:52 2012
@@ -1,4 +1,4 @@
-/* 	$NetBSD: intr.h,v 1.17 2012/07/27 05:36:10 matt Exp $	*/
+/* 	$NetBSD: intr.h,v 1.18 2012/07/28 23:12:52 matt Exp $	*/
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -49,8 +49,6 @@
 
 #define NIPL		8
 
-#define	IPL_SAFEPRI	_SPL_0
-
 #define	IST_UNUSABLE	-1	/* interrupt cannot be used */
 #define	IST_NONE	0	/* none (dummy) */
 #define	IST_PULSE	1	/* pulsed */

Reply via email to