Revision 6bc02d8412b422388f86b09ae40d762c0bc05290 authored by Adrian Bunk on 14 July 2006, 07:24:15 UTC, committed by Linus Torvalds on 15 July 2006, 04:53:53 UTC
Christoph Hellwig:
open_softirq just enables a softirq.  The softirq array is statically
allocated so to add a new one you would have to patch the kernel.  So
there's no point to keep this export at all as any user would have to
patch the enum in include/linux/interrupt.h anyway.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent cccedb1
History
File Mode Size
check-all.sh -rw-r--r-- 434 bytes
rt-tester.py -rw-r--r-- 5.2 KB
t2-l1-2rt-sameprio.tst -rw-r--r-- 1.6 KB
t2-l1-pi.tst -rw-r--r-- 1.4 KB
t2-l1-signal.tst -rw-r--r-- 1.3 KB
t2-l2-2rt-deadlock.tst -rw-r--r-- 1.4 KB
t3-l1-pi-1rt.tst -rw-r--r-- 1.5 KB
t3-l1-pi-2rt.tst -rw-r--r-- 1.5 KB
t3-l1-pi-3rt.tst -rw-r--r-- 1.5 KB
t3-l1-pi-signal.tst -rw-r--r-- 1.7 KB
t3-l1-pi-steal.tst -rw-r--r-- 1.7 KB
t3-l2-pi.tst -rw-r--r-- 1.5 KB
t4-l2-pi-deboost.tst -rw-r--r-- 2.1 KB
t5-l4-pi-boost-deboost-setsched.tst -rw-r--r-- 3.0 KB
t5-l4-pi-boost-deboost.tst -rw-r--r-- 2.3 KB

back to top