diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-09-06 17:55:40 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-09-06 17:55:40 -0400 |
| commit | 5df45515512436a808d3476a90e83f2efb022422 (patch) | |
| tree | 973840764e2c13d9c83f3204a8cd97c432faa288 | |
| parent | 4156e9a8ef5b521185f451213d33fa661f38512e (diff) | |
x86, tsc calibration: fix
my brown paperbag day ...
Signed-off-by: Ingo Molnar <mingo@elte.hu>
| -rw-r--r-- | arch/x86/kernel/tsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 6dab90f68515..4847a9280505 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c | |||
| @@ -319,7 +319,7 @@ static unsigned long quick_pit_calibrate(void) | |||
| 319 | /* | 319 | /* |
| 320 | * Make sure we can rely on the second TSC timestamp: | 320 | * Make sure we can rely on the second TSC timestamp: |
| 321 | */ | 321 | */ |
| 322 | if (!pit_expect_msb(--expect)) | 322 | if (!pit_expect_msb(expect)) |
| 323 | goto failed; | 323 | goto failed; |
| 324 | 324 | ||
| 325 | /* | 325 | /* |
