Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166414
b: refs/heads/master
c: ea01c0d
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Ingo Molnar committed Sep 24, 2009
1 parent 4d929a2 commit 7d1e657
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: 11868a2dc4f5e4f2f652bfd259e1360193fcee62
refs/heads/master: ea01c0d7315d6e3218fd22a6947c5b09305fcf65
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/tsc_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void __cpuinit check_tsc_sync_source(int cpu)
return;

if (boot_cpu_has(X86_FEATURE_TSC_RELIABLE)) {
pr_info("Skipping synchronization checks as TSC is reliable.\n");
printk_once(KERN_INFO "Skipping synchronization checks as TSC is reliable.\n");
return;
}

Expand Down

0 comments on commit 7d1e657

Please sign in to comment.