Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228974
b: refs/heads/master
c: 29fe359
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 11, 2011
1 parent d7e4103 commit f1684cc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4aed89d6b515b9185351706ca95cd712c9d8d6a3
refs/heads/master: 29fe359ca20326e57b25e8545c49ed9ff5e830c7
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ static void tsc_refine_calibration_work(struct work_struct *work)

static int __init init_tsc_clocksource(void)
{
if (!cpu_has_tsc || tsc_disabled > 0)
if (!cpu_has_tsc || tsc_disabled > 0 || !tsc_khz)
return 0;

if (tsc_clocksource_reliable)
Expand Down

0 comments on commit f1684cc

Please sign in to comment.