Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66332
b: refs/heads/master
c: c45248c
h: refs/heads/master
v: v3
  • Loading branch information
Robert Olsson authored and David S. Miller committed Oct 10, 2007
1 parent a10c991 commit 6acfdcb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b163911f8abf89bafb9cc0ec02a9c43af450ea81
refs/heads/master: c45248c70125cc374fdf264659643276c72801bf
2 changes: 0 additions & 2 deletions trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 6acfdcb

Please sign in to comment.