Module Name:    src
Committed By:   skrll
Date:           Thu Mar 29 21:44:10 UTC 2012

Modified Files:
        src/sys/arch/hppa/include: psl.h

Log Message:
Remove unnecessary #include


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/include/psl.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/hppa/include/psl.h
diff -u src/sys/arch/hppa/include/psl.h:1.7 src/sys/arch/hppa/include/psl.h:1.8
--- src/sys/arch/hppa/include/psl.h:1.7	Tue Nov  3 05:07:26 2009
+++ src/sys/arch/hppa/include/psl.h	Thu Mar 29 21:44:10 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: psl.h,v 1.7 2009/11/03 05:07:26 snj Exp $	*/
+/*	$NetBSD: psl.h,v 1.8 2012/03/29 21:44:10 skrll Exp $	*/
 
 /*	$OpenBSD: psl.h,v 1.6 1999/11/25 18:29:01 mickey Exp $	*/
 
@@ -106,8 +106,4 @@
 #define PSW_MBS		(PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)
 #define PSW_MBZ		(PSW_Y | PSW_Z | PSW_S | PSW_X | PSW_M | PSW_R)
 
-#ifdef _KERNEL
-#include <machine/intr.h>
-#endif
-
 #endif  /* _HPPA_PSL_H_ */

Reply via email to