Skip to content

Commit

Permalink
[SOFTIRQ]: Remove do_softirq() symbol export.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Olsson authored and David S. Miller committed Oct 10, 2007
1 parent b163911 commit c45248c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions arch/i386/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ asmlinkage void do_softirq(void)

local_irq_restore(flags);
}

EXPORT_SYMBOL(do_softirq);
#endif

/*
Expand Down
1 change: 0 additions & 1 deletion arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ void do_softirq(void)

local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);


/*
Expand Down
1 change: 0 additions & 1 deletion arch/s390/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ asmlinkage void do_softirq(void)

local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);

void init_irq_proc(void)
{
Expand Down
1 change: 0 additions & 1 deletion arch/sh/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ asmlinkage void do_softirq(void)

local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);
#endif

void __init init_IRQ(void)
Expand Down
1 change: 0 additions & 1 deletion arch/x86_64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,3 @@ asmlinkage void do_softirq(void)
}
local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);
2 changes: 0 additions & 2 deletions kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ asmlinkage void do_softirq(void)
local_irq_restore(flags);
}

EXPORT_SYMBOL(do_softirq);

#endif

/*
Expand Down

0 comments on commit c45248c

Please sign in to comment.