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
.gitignore -rw-r--r-- 37 bytes
Makefile -rw-r--r-- 1.1 KB
genksyms.c -rw-r--r-- 14.7 KB
genksyms.h -rw-r--r-- 2.4 KB
keywords.c_shipped -rw-r--r-- 7.6 KB
keywords.gperf -rw-r--r-- 1.2 KB
lex.c_shipped -rw-r--r-- 52.4 KB
lex.l -rw-r--r-- 7.7 KB
parse.c_shipped -rw-r--r-- 61.5 KB
parse.h_shipped -rw-r--r-- 3.3 KB
parse.y -rw-r--r-- 10.1 KB

back to top