lpstop is 060 only so gas complains. comment for now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23451 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-12 22:51:58 +00:00
parent a825cef64b
commit c757463c81

View File

@ -52,7 +52,7 @@ spin(bigtime_t microseconds)
bigtime_t time = system_time();
if (gCpuHasLPSTOP) {
while ((system_time() - time) < microseconds)
asm volatile ("lpstop;");
asm volatile ("nop;");//asm volatile ("lpstop;");
} else {
while ((system_time() - time) < microseconds)
asm volatile ("nop;");