Module Name:    src
Committed By:   skrll
Date:           Tue Apr  6 07:47:48 UTC 2010

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

Log Message:
G/C setsoftnet and hp700_intr_schedule prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/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/hp700/include/intr.h
diff -u src/sys/arch/hp700/include/intr.h:1.17 src/sys/arch/hp700/include/intr.h:1.18
--- src/sys/arch/hp700/include/intr.h:1.17	Sat Apr  3 07:46:01 2010
+++ src/sys/arch/hp700/include/intr.h	Tue Apr  6 07:47:48 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: intr.h,v 1.17 2010/04/03 07:46:01 skrll Exp $	*/
+/*	$NetBSD: intr.h,v 1.18 2010/04/06 07:47:48 skrll Exp $	*/
 /*	$OpenBSD: intr.h,v 1.26 2009/12/29 13:11:40 jsing Exp $	*/
 
 /*-
@@ -89,9 +89,6 @@
 #include <sys/spl.h>
 
 #define	setsoftast(l)	((l)->l_md.md_astpending = 1)
-#define	setsoftnet()	hp700_intr_schedule(softnetmask)
-
-void	hp700_intr_schedule(int);
 
 #endif /* !_LOCORE */
 

Reply via email to