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:
4f8b50b
)
irq_work, alpha: Fix up arch hooks
author
Peter Zijlstra
<
[email protected]
>
Tue, 28 Jun 2011 10:15:51 +0000
(12:15 +0200)
committer
Ingo Molnar
<
[email protected]
>
Fri, 1 Jul 2011 09:02:25 +0000
(11:02 +0200)
Commit
e360adbe29
("irq_work: Add generic hardirq context
callbacks") fouled up the Alpha bit, not properly naming the
arch specific function that raises the 'self-IPI'.
Signed-off-by: Peter Zijlstra <
[email protected]
>
Cc: Michael Cree <
[email protected]
>
Cc:
[email protected]
# 37+
Link:
http://lkml.kernel.org/n/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/alpha/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/alpha/kernel/time.c
b/arch/alpha/kernel/time.c
index 818e74ed45dc01bbc0eaef0eb60b2ccbf8c137e9..f20d1b5396b86989ab4f4fc68200f054e0203b0e 100644
(file)
--- a/
arch/alpha/kernel/time.c
+++ b/
arch/alpha/kernel/time.c
@@
-91,7
+91,7
@@
DEFINE_PER_CPU(u8, irq_work_pending);
#define test_irq_work_pending() __get_cpu_var(irq_work_pending)
#define clear_irq_work_pending() __get_cpu_var(irq_work_pending) = 0
-void
set_irq_work_pending
(void)
+void
arch_irq_work_raise
(void)
{
set_irq_work_pending_flag();
}