projects
/
GitHub
/
LineageOS
/
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:
4156e9a
)
x86, tsc calibration: fix
author
Ingo Molnar
<mingo@elte.hu>
Sat, 6 Sep 2008 21:55:40 +0000
(23:55 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 6 Sep 2008 21:55:40 +0000
(23:55 +0200)
my brown paperbag day ...
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/tsc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/tsc.c
b/arch/x86/kernel/tsc.c
index 6dab90f68515a573e710415c038b7b8c32daf9a5..4847a9280505bae622c03a074d46decb3023d591 100644
(file)
--- a/
arch/x86/kernel/tsc.c
+++ b/
arch/x86/kernel/tsc.c
@@
-319,7
+319,7
@@
static unsigned long quick_pit_calibrate(void)
/*
* Make sure we can rely on the second TSC timestamp:
*/
- if (!pit_expect_msb(
--
expect))
+ if (!pit_expect_msb(expect))
goto failed;
/*