diff options
Diffstat (limited to 'arch/x86/machine/cpu.c')
-rw-r--r-- | arch/x86/machine/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/machine/cpu.c b/arch/x86/machine/cpu.c index 225f6483..5eb9ce2d 100644 --- a/arch/x86/machine/cpu.c +++ b/arch/x86/machine/cpu.c @@ -416,6 +416,7 @@ cpu_delay(unsigned long usecs) diff = count - prev; prev = count; total -= diff; + cpu_pause(); } while (total > 0); } |