projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582fe6f
)
Fix typo in arch/x86/kernel/tsc_32.c
author
Josh Triplett
<josh@kernel.org>
Sat, 20 Oct 2007 00:23:49 +0000
(
02:23
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sat, 20 Oct 2007 00:23:49 +0000
(
02:23
+0200)
Signed-off-by: Josh Triplett <josh@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/x86/kernel/tsc_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/tsc_32.c
b/arch/x86/kernel/tsc_32.c
index cb19df7aee0fc7e65007ccc0c7fd7508630a9712..9683f1d356013fdf4d5a0ea409483511aeb8d0de 100644
(file)
--- a/
arch/x86/kernel/tsc_32.c
+++ b/
arch/x86/kernel/tsc_32.c
@@
-74,7
+74,7
@@
EXPORT_SYMBOL_GPL(check_tsc_unstable);
* And since SC is a constant power of two, we can convert the div
* into a shift.
*
- * We can use khz divisor instead of mhz to keep a better p
er
cision, since
+ * We can use khz divisor instead of mhz to keep a better p
re
cision, since
* cyc2ns_scale is limited to 10^6 * 2^10, which fits in 32 bits.
* (mathieu.desnoyers@polymtl.ca)
*