Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110287
b: refs/heads/master
c: cc03849
h: refs/heads/master
i:
  110285: 5757948
  110283: 202f16e
  110279: 3065cfa
  110271: eec34fd
v: v3
  • Loading branch information
Jaswinder Singh authored and Ingo Molnar committed Jul 22, 2008
1 parent 4826d00 commit 914436d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b994b6c0332a5499b33880855dadad04d74cde54
refs/heads/master: cc0384917bf69079088701a0725c5fc6b554bf35
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/time_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <asm/arch_hooks.h>
#include <asm/hpet.h>
#include <asm/time.h>
#include <asm/timer.h>

#include "do_timer.h"

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-x86/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ static inline int native_set_wallclock(unsigned long nowtime)

#endif

extern void time_init(void);

#ifdef CONFIG_PARAVIRT
#include <asm/paravirt.h>
#else /* !CONFIG_PARAVIRT */
Expand Down
5 changes: 4 additions & 1 deletion trunk/include/asm-x86/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
unsigned long long native_sched_clock(void);
unsigned long native_calibrate_tsc(void);

#ifdef CONFIG_X86_32
extern int timer_ack;
extern int no_timer_check;
extern int recalibrate_cpu_khz(void);
#endif /* CONFIG_X86_32 */

extern int no_timer_check;

#ifndef CONFIG_PARAVIRT
#define calibrate_tsc() native_calibrate_tsc()
Expand Down

0 comments on commit 914436d

Please sign in to comment.