https://github.com/torvalds/linux
Revision 54c4e6b5fee0347ab81e2c2fe4239c455c3422ae authored by Paul Mackerras on 19 November 2005, 10:24:55 UTC, committed by Paul Mackerras on 19 November 2005, 10:24:55 UTC
We were using udelay in the loop on the primary cpu waiting for the
secondary cpu to take the timebase value.  Unfortunately now that
udelay uses the timebase, and the timebase is stopped at this point,
the udelay never terminated.  This fixes it by not using udelay, and
increases the number of loops before we time out to compensate.

Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 0212ddd
History
Tip revision: 54c4e6b5fee0347ab81e2c2fe4239c455c3422ae authored by Paul Mackerras on 19 November 2005, 10:24:55 UTC
powerpc: Fix bug in timebase synchronization on 32-bit SMP powermac
Tip revision: 54c4e6b
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 62.2 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top