projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde9071
)
x86: time_64.c timer_interrupt() should be static
author
Jaswinder Singh
<jaswinder@infradead.org>
Wed, 17 Dec 2008 17:47:21 +0000
(23:17 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 18 Dec 2008 12:33:47 +0000
(13:33 +0100)
Impact: cleanup, reduce kernel size a bit
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/time_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/time_64.c
b/arch/x86/kernel/time_64.c
index cb19d650c21643599aa1423a57b64a85ee26afe8..083a4a5bb00f0bfa84885a39093761272b826a38 100644
(file)
--- a/
arch/x86/kernel/time_64.c
+++ b/
arch/x86/kernel/time_64.c
@@
-49,7
+49,7
@@
unsigned long profile_pc(struct pt_regs *regs)
}
EXPORT_SYMBOL(profile_pc);
-irqreturn_t timer_interrupt(int irq, void *dev_id)
+
static
irqreturn_t timer_interrupt(int irq, void *dev_id)
{
add_pda(irq0_irqs, 1);