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:
parent
a825cef64b
commit
c757463c81
@ -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;");
|
||||
|
Loading…
Reference in New Issue
Block a user