Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86341
b: refs/heads/master
c: 7265b6f
h: refs/heads/master
i:
  86339: 47f275d
v: v3
  • Loading branch information
Pavel Machek authored and Ingo Molnar committed Feb 26, 2008
1 parent 4f908aa commit 6a4b28e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f5106d91f2bf9153d6420f9ebb8114f73f9ce66a
refs/heads/master: 7265b6f10deba1cbe071cee646b063bda07ecd68
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/tsc_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ EXPORT_SYMBOL_GPL(tsc_khz);
static int __init tsc_setup(char *str)
{
printk(KERN_WARNING "notsc: Kernel compiled with CONFIG_X86_TSC, "
"cannot disable TSC.\n");
"cannot disable TSC completely.\n");
mark_tsc_unstable("user disabled TSC");
return 1;
}
#else
Expand Down

0 comments on commit 6a4b28e

Please sign in to comment.