You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
x86: fix mismerge in arch/x86/include/asm/timer.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b94d10e7f6
commit
25c1a411e8
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user