Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90979
b: refs/heads/master
c: 4bd0160
h: refs/heads/master
i:
  90977: 34e9a5f
  90975: d5b7a63
v: v3
  • Loading branch information
Pavel Machek authored and Ingo Molnar committed Apr 19, 2008
1 parent 51eecee commit cb6fb4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: f5a1b191b37ac2609e2babeec1b21f411da93e4d
refs/heads/master: 4bd01600b214275a80a69b44393d7e81d43c2faa
8 changes: 4 additions & 4 deletions trunk/arch/x86/kernel/tsc_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ EXPORT_SYMBOL(recalibrate_cpu_khz);
* if the CPU frequency is scaled, TSC-based delays will need a different
* loops_per_jiffy value to function properly.
*/
static unsigned int ref_freq = 0;
static unsigned long loops_per_jiffy_ref = 0;
static unsigned long cpu_khz_ref = 0;
static unsigned int ref_freq;
static unsigned long loops_per_jiffy_ref;
static unsigned long cpu_khz_ref;

static int
time_cpufreq_notifier(struct notifier_block *nb, unsigned long val, void *data)
Expand Down Expand Up @@ -283,7 +283,7 @@ core_initcall(cpufreq_tsc);

/* clock source code */

static unsigned long current_tsc_khz = 0;
static unsigned long current_tsc_khz;

static cycle_t read_tsc(void)
{
Expand Down

0 comments on commit cb6fb4e

Please sign in to comment.