summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-19 09:57:29 +0000
committerpeter <peter@FreeBSD.org>2001-01-19 09:57:29 +0000
commit940f70431fe17c2fad0fc85126d6871969c09e22 (patch)
tree67d8004eba4312e7068ca2baa60f06b64f5c9c23 /sys/i386
parentacde0edb4dc1b1c096343db3a6230abf6ab4851d (diff)
downloadFreeBSD-src-940f70431fe17c2fad0fc85126d6871969c09e22.zip
FreeBSD-src-940f70431fe17c2fad0fc85126d6871969c09e22.tar.gz
Remove the static splXXX functions and replace them by static __inline
stubs. Remove the xxx_imask variables which have been all but gone for a while.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/asnames.h7
-rw-r--r--sys/i386/isa/ipl.s23
2 files changed, 0 insertions, 30 deletions
diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h
index bea3b49..6a42386 100644
--- a/sys/i386/include/asnames.h
+++ b/sys/i386/include/asnames.h
@@ -161,7 +161,6 @@
#define _bcopy_vector bcopy_vector
#define _bigJump bigJump
#define _bintr bintr
-#define _bio_imask bio_imask
#define _bioscall_vector bioscall_vector
#define _bootCodeSeg bootCodeSeg
#define _bootDataSeg bootDataSeg
@@ -174,7 +173,6 @@
#define _bootinfo bootinfo
#define _btrap btrap
#define _bzero bzero
-#define _cam_imask cam_imask
#define _checkstate_cpus checkstate_cpus
#define _checkstate_cpustate checkstate_cpustate
#define _checkstate_curproc checkstate_curproc
@@ -251,7 +249,6 @@
#define __mtx_enter_giant_def _mtx_enter_giant_def
#define __mtx_exit_giant_def _mtx_exit_giant_def
#define _mul64 mul64
-#define _net_imask net_imask
#define _nfs_diskless nfs_diskless
#define _nfs_diskless_valid nfs_diskless_valid
#define _normalize normalize
@@ -290,10 +287,7 @@
#define _sigcode sigcode
#define _smp_active smp_active
#define _smp_rendezvous_action smp_rendezvous_action
-#define _soft_imask soft_imask
#define _softclock softclock
-#define _softnet_imask softnet_imask
-#define _softtty_imask softtty_imask
#define _spending spending
#define _spl0 spl0
#define _splz splz
@@ -315,7 +309,6 @@
#define _time time
#define _trap trap
#define _trapwrite trapwrite
-#define _tty_imask tty_imask
#define _vec vec
#define _vec8254 vec8254
#define _vm86_prepcall vm86_prepcall
diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s
index 3f8fc96..ca874ea 100644
--- a/sys/i386/isa/ipl.s
+++ b/sys/i386/isa/ipl.s
@@ -43,31 +43,8 @@
/*
* AT/386
* Vector interrupt control section
- *
- * *_imask - Interrupt masks for various spl*() functions
- * ipending - Pending interrupts (set when a masked interrupt occurs)
*/
- .data
- ALIGN_DATA
-
-/* current priority (all off) */
-
- .globl _tty_imask
-_tty_imask: .long 0
- .globl _bio_imask
-_bio_imask: .long 0
- .globl _net_imask
-_net_imask: .long 0
- .globl _cam_imask
-_cam_imask: .long 0
- .globl _soft_imask
-_soft_imask: .long 0
- .globl _softnet_imask
-_softnet_imask: .long 0
- .globl _softtty_imask
-_softtty_imask: .long 0
-
.text
/*
OpenPOWER on IntegriCloud