]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace the inline asm in delay() with a while loop. This may not be as
authorBenno Rice <benno@FreeBSD.org>
Wed, 5 Feb 2003 11:26:14 +0000 (11:26 +0000)
committerBenno Rice <benno@FreeBSD.org>
Wed, 5 Feb 2003 11:26:14 +0000 (11:26 +0000)
commit4a95ae9a6887adb775a0243fa992ce45a79ff979
tree0f893948c3d173d77ab647e53c67fa81524ec23e
parent8bc7bc1ea0d08f08c68a7a8897fe12c574276f9d
Replace the inline asm in delay() with a while loop.  This may not be as
efficient but it appears to actually work.  Some investigation may be
required.
sys/powerpc/aim/clock.c
sys/powerpc/powerpc/clock.c