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
Changes -rw-r--r-- 9.1 KB
Makefile -rw-r--r-- 194 bytes
affs.h -rw-r--r-- 10.3 KB
amigaffs.c -rw-r--r-- 11.1 KB
bitmap.c -rw-r--r-- 8.7 KB
dir.c -rw-r--r-- 3.7 KB
file.c -rw-r--r-- 23.1 KB
inode.c -rw-r--r-- 10.4 KB
namei.c -rw-r--r-- 10.2 KB
super.c -rw-r--r-- 14.0 KB
symlink.c -rw-r--r-- 1.6 KB

back to top