Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/include G/C setsoftnet and hp700_intr_schedul...



details:   https://anonhg.NetBSD.org/src/rev/2bf569a3002e
branches:  trunk
changeset: 753669:2bf569a3002e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 06 07:47:48 2010 +0000

description:
G/C setsoftnet and hp700_intr_schedule prototype.

diffstat:

 sys/arch/hp700/include/intr.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r d10a554f6f39 -r 2bf569a3002e sys/arch/hp700/include/intr.h
--- a/sys/arch/hp700/include/intr.h     Tue Apr 06 07:44:09 2010 +0000
+++ b/sys/arch/hp700/include/intr.h     Tue Apr 06 07:47:48 2010 +0000
@@ -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 */
 



Home | Main Index | Thread Index | Old Index