projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e6962
)
irq_work, ppc: Fix up arch hooks
author
Peter Zijlstra
<
[email protected]
>
Mon, 27 Jun 2011 15:22:43 +0000
(17:22 +0200)
committer
Ingo Molnar
<
[email protected]
>
Fri, 1 Jul 2011 09:02:22 +0000
(11:02 +0200)
Commit
e360adbe29
("irq_work: Add generic hardirq context
callbacks") fouled up the ppc bit, not properly naming the
arch specific function that raises the 'self-IPI'.
Cc: Huang Ying <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Cc: Anton Blanchard <
[email protected]
>
Cc: Eric B Munson <
[email protected]
>
Cc:
[email protected]
# 37+
Signed-off-by: Peter Zijlstra <
[email protected]
>
Link:
http://lkml.kernel.org/n/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/powerpc/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/time.c
b/arch/powerpc/kernel/time.c
index f33acfd872ad31ef73df610b07a507d2e6bb78a1..03b29a6759ab55b087528c9e1be70d095c2a8d2b 100644
(file)
--- a/
arch/powerpc/kernel/time.c
+++ b/
arch/powerpc/kernel/time.c
@@
-544,7
+544,7
@@
DEFINE_PER_CPU(u8, irq_work_pending);
#endif /* 32 vs 64 bit */
-void
set_irq_work_pending
(void)
+void
arch_irq_work_raise
(void)
{
preempt_disable();
set_irq_work_pending_flag();