Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80364
b: refs/heads/master
c: dbae595
h: refs/heads/master
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent 439e172 commit 65c099f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 518edc93f8b29bc3e31a13ced0af27c602feed8f
refs/heads/master: dbae595249bdbacd852e677f9b3e995f65c16781
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/tsc_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ sched_clock(void) __attribute__((alias("native_sched_clock")));

static int tsc_unstable;

inline int check_tsc_unstable(void)
int check_tsc_unstable(void)
{
return tsc_unstable;
}
EXPORT_SYMBOL_GPL(check_tsc_unstable);

#ifdef CONFIG_CPU_FREQ

/* Frequency scaling support. Adjust the TSC based timer when the cpu frequency
Expand Down

0 comments on commit 65c099f

Please sign in to comment.