diff options
author | dfr <dfr@FreeBSD.org> | 2000-05-29 19:40:42 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2000-05-29 19:40:42 +0000 |
commit | f46d0033f1010a879222571225d8f00939165537 (patch) | |
tree | 3876b35142bdf7d6a89e3be2759aaf1b6a115bd1 /sys | |
parent | 14048face6f821f6a6cf8102a2b378d94fb8750f (diff) | |
download | FreeBSD-src-f46d0033f1010a879222571225d8f00939165537.zip FreeBSD-src-f46d0033f1010a879222571225d8f00939165537.tar.gz |
Add SWI_TQ_MASK to imask definition.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/amd64/apic_vector.S | 2 | ||||
-rw-r--r-- | sys/amd64/isa/atpic_vector.S | 2 | ||||
-rw-r--r-- | sys/amd64/isa/icu_vector.S | 2 | ||||
-rw-r--r-- | sys/amd64/isa/icu_vector.s | 2 | ||||
-rw-r--r-- | sys/i386/i386/apic_vector.s | 2 | ||||
-rw-r--r-- | sys/i386/isa/apic_vector.s | 2 | ||||
-rw-r--r-- | sys/i386/isa/atpic_vector.s | 2 | ||||
-rw-r--r-- | sys/i386/isa/icu_vector.s | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S index 6e4ba67..d1559a9 100644 --- a/sys/amd64/amd64/apic_vector.S +++ b/sys/amd64/amd64/apic_vector.S @@ -745,7 +745,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, SWI_CLOCK_MASK, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, SWI_CLOCK_MASK, 0 /* active flag for lazy masking */ iactive: diff --git a/sys/amd64/isa/atpic_vector.S b/sys/amd64/isa/atpic_vector.S index 21ea2a8..c1c5387 100644 --- a/sys/amd64/isa/atpic_vector.S +++ b/sys/amd64/isa/atpic_vector.S @@ -217,7 +217,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, 0, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, 0, 0 .long 0, 0, 0, 0 .long 0, 0, SWI_CLOCK_MASK, 0 diff --git a/sys/amd64/isa/icu_vector.S b/sys/amd64/isa/icu_vector.S index 21ea2a8..c1c5387 100644 --- a/sys/amd64/isa/icu_vector.S +++ b/sys/amd64/isa/icu_vector.S @@ -217,7 +217,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, 0, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, 0, 0 .long 0, 0, 0, 0 .long 0, 0, SWI_CLOCK_MASK, 0 diff --git a/sys/amd64/isa/icu_vector.s b/sys/amd64/isa/icu_vector.s index 21ea2a8..c1c5387 100644 --- a/sys/amd64/isa/icu_vector.s +++ b/sys/amd64/isa/icu_vector.s @@ -217,7 +217,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, 0, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, 0, 0 .long 0, 0, 0, 0 .long 0, 0, SWI_CLOCK_MASK, 0 diff --git a/sys/i386/i386/apic_vector.s b/sys/i386/i386/apic_vector.s index 6e4ba67..d1559a9 100644 --- a/sys/i386/i386/apic_vector.s +++ b/sys/i386/i386/apic_vector.s @@ -745,7 +745,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, SWI_CLOCK_MASK, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, SWI_CLOCK_MASK, 0 /* active flag for lazy masking */ iactive: diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s index 6e4ba67..d1559a9 100644 --- a/sys/i386/isa/apic_vector.s +++ b/sys/i386/isa/apic_vector.s @@ -745,7 +745,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, SWI_CLOCK_MASK, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, SWI_CLOCK_MASK, 0 /* active flag for lazy masking */ iactive: diff --git a/sys/i386/isa/atpic_vector.s b/sys/i386/isa/atpic_vector.s index 21ea2a8..c1c5387 100644 --- a/sys/i386/isa/atpic_vector.s +++ b/sys/i386/isa/atpic_vector.s @@ -217,7 +217,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, 0, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, 0, 0 .long 0, 0, 0, 0 .long 0, 0, SWI_CLOCK_MASK, 0 diff --git a/sys/i386/isa/icu_vector.s b/sys/i386/isa/icu_vector.s index 21ea2a8..c1c5387 100644 --- a/sys/i386/isa/icu_vector.s +++ b/sys/i386/isa/icu_vector.s @@ -217,7 +217,7 @@ imasks: /* masks for interrupt handlers */ .space NHWI*4 /* padding; HWI masks are elsewhere */ .long SWI_TTY_MASK, SWI_NET_MASK, SWI_CAMNET_MASK, SWI_CAMBIO_MASK - .long SWI_VM_MASK, 0, 0, 0 + .long SWI_VM_MASK, SWI_TQ_MASK, 0, 0 .long 0, 0, 0, 0 .long 0, 0, SWI_CLOCK_MASK, 0 |