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:
780209a
)
x86: rename timer_event_interrupt to timer_interrupt
author
Glauber Costa
<
[email protected]
>
Fri, 11 Jul 2008 18:25:13 +0000
(15:25 -0300)
committer
Ingo Molnar
<
[email protected]
>
Mon, 13 Oct 2008 08:21:42 +0000
(10:21 +0200)
Signed-off-by: Glauber Costa <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/time_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/time_64.c
b/arch/x86/kernel/time_64.c
index 841938297c2a0681fb0a4192ab6a352be5c532bb..2be67c24909e5cc9e2d8a29f0332c5da1fda1aa2 100644
(file)
--- a/
arch/x86/kernel/time_64.c
+++ b/
arch/x86/kernel/time_64.c
@@
-48,7
+48,7
@@
unsigned long profile_pc(struct pt_regs *regs)
}
EXPORT_SYMBOL(profile_pc);
-
static irqreturn_t timer_event
_interrupt(int irq, void *dev_id)
+
irqreturn_t timer
_interrupt(int irq, void *dev_id)
{
add_pda(irq0_irqs, 1);
@@
-104,7
+104,7
@@
unsigned long __init calibrate_cpu(void)
}
static struct irqaction irq0 = {
- .handler = timer_
event_
interrupt,
+ .handler = timer_interrupt,
.flags = IRQF_DISABLED | IRQF_IRQPOLL | IRQF_NOBALANCING,
.mask = CPU_MASK_NONE,
.name = "timer"