diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-15 23:28:41 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-15 23:28:41 -0800 |
| commit | 01ef13d0f7de81626f6d1efb60579bf810d4b479 (patch) | |
| tree | 7ba8924207dff6d5e74d3229232e5d58bc02f896 /include | |
| parent | c40a48a4a9aff3f3bd2843923df9cfd5f6303c2e (diff) | |
| parent | 0d6e2523de11f60bac71296ec8a9ddabb7667550 (diff) | |
Merge bk://cifs.bkbits.net/linux-2.5cifs
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/delay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/delay.h b/include/asm-ia64/delay.h index aa627cfd88f5..57182d6f2b9a 100644 --- a/include/asm-ia64/delay.h +++ b/include/asm-ia64/delay.h @@ -91,7 +91,7 @@ udelay (unsigned long usecs) unsigned long cycles = usecs*local_cpu_data->cyc_per_usec; while (ia64_get_itc() - start < cycles) - /* skip */; + cpu_relax(); } #endif /* _ASM_IA64_DELAY_H */ |
