aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorRobert Olsson <robert.olsson@its.uu.se>2007-09-17 11:47:12 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:48:36 -0700
commitc45248c70125cc374fdf264659643276c72801bf (patch)
treefdc05bcf5c5b766a95d531fef0687688d60bfe3c /arch/i386
parent[PKTGEN]: Remove softirq scheduling. (diff)
downloadlinux-dev-c45248c70125cc374fdf264659643276c72801bf.tar.xz
linux-dev-c45248c70125cc374fdf264659643276c72801bf.zip
[SOFTIRQ]: Remove do_softirq() symbol export.
As noted by Christoph Hellwig, pktgen was the only user so it can now be removed. [ Add missing cases caught by Adrian Bunk. -DaveM ] Signed-off-by: Robert Olsson <robert.olsson@its.uu.se> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/kernel/irq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/kernel/irq.c b/arch/i386/kernel/irq.c
index dd2b97fc00b2..4f681bcdb1fc 100644
--- a/arch/i386/kernel/irq.c
+++ b/arch/i386/kernel/irq.c
@@ -231,8 +231,6 @@ asmlinkage void do_softirq(void)
local_irq_restore(flags);
}
-
-EXPORT_SYMBOL(do_softirq);
#endif
/*