From 1eb44f02701adb24ea42266da8d51b12589488ec Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Tue, 5 Dec 2000 00:36:00 +0000 Subject: Remove the last of the MD netisr code. It is now all MI. Remove spending, which was unused now that all software interrupts have their own thread. Make the legacy schednetisr use an atomic op for setting bits in the netisr mask. Reviewed by: jhb --- sys/alpha/include/md_var.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/alpha/include') diff --git a/sys/alpha/include/md_var.h b/sys/alpha/include/md_var.h index a2f70b622bd7..94393192749d 100644 --- a/sys/alpha/include/md_var.h +++ b/sys/alpha/include/md_var.h @@ -38,7 +38,6 @@ extern char esigcode[]; extern int szsigcode; extern int Maxmem; extern int busdma_swi_pending; -extern void (*netisrs[32]) __P((void)); struct fpreg; struct proc; -- cgit v1.3