projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94d10e
)
x86: fix mismerge in arch/x86/include/asm/timer.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 30 Mar 2009 00:10:27 +0000
(11:10 +1100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 30 Mar 2009 17:10:49 +0000
(10:10 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/timer.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/timer.h
b/arch/x86/include/asm/timer.h
index
a81195e
..
bd37ed4
100644
(file)
--- a/
arch/x86/include/asm/timer.h
+++ b/
arch/x86/include/asm/timer.h
@@
-12,9
+12,9
@@
unsigned long native_calibrate_tsc(void);
#ifdef CONFIG_X86_32
extern int timer_ack;
-extern int recalibrate_cpu_khz(void);
extern irqreturn_t timer_interrupt(int irq, void *dev_id);
#endif /* CONFIG_X86_32 */
+extern int recalibrate_cpu_khz(void);
extern int no_timer_check;