Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99525
b: refs/heads/master
c: 0748aca
h: refs/heads/master
i:
  99523: 8ba3205
v: v3
  • Loading branch information
Thomas Gleixner committed May 22, 2008
1 parent 042f7a4 commit 59cf409
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7c4728f4a865067d96fb84f1d9c65e0ccd1f355d
refs/heads/master: 0748aca6f0af917591dcfd70dccac770a25d4f71
6 changes: 2 additions & 4 deletions trunk/arch/x86/kernel/tsc_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ core_initcall(cpufreq_tsc);

/* clock source code */

static unsigned long current_tsc_khz;
static struct clocksource clocksource_tsc;

/*
Expand Down Expand Up @@ -434,9 +433,8 @@ void __init tsc_init(void)

unsynchronized_tsc();
check_geode_tsc_reliable();
current_tsc_khz = tsc_khz;
clocksource_tsc.mult = clocksource_khz2mult(current_tsc_khz,
clocksource_tsc.shift);
clocksource_tsc.mult = clocksource_khz2mult(tsc_khz,
clocksource_tsc.shift);
/* lower the rating if we already know its unstable: */
if (check_tsc_unstable()) {
clocksource_tsc.rating = 0;
Expand Down

0 comments on commit 59cf409

Please sign in to comment.