aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/md_var.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2000-12-05 00:36:00 +0000
committerJake Burkholder <jake@FreeBSD.org>2000-12-05 00:36:00 +0000
commit1eb44f02701adb24ea42266da8d51b12589488ec (patch)
tree40230ae0c4c2439e7a311e9988b3216a3d2baae7 /sys/powerpc/include/md_var.h
parent4d3329891c20b4bcaaee962a91955582b9f87b28 (diff)
downloadsrc-1eb44f02701adb24ea42266da8d51b12589488ec.tar.gz
src-1eb44f02701adb24ea42266da8d51b12589488ec.zip
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
Notes
Notes: svn path=/head/; revision=69586
Diffstat (limited to 'sys/powerpc/include/md_var.h')
-rw-r--r--sys/powerpc/include/md_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h
index a2f70b622bd7..94393192749d 100644
--- a/sys/powerpc/include/md_var.h
+++ b/sys/powerpc/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;