Revert "added busy loop to see cpu spike"
This reverts commit fa0ce03c4a.
This commit is contained in:
@@ -289,9 +289,8 @@ int main(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
for (;;) { // busy loop to keep child processes alive
|
pause();
|
||||||
asm volatile("" ::: "memory");
|
return 0;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
count++;
|
count++;
|
||||||
|
|||||||
Reference in New Issue
Block a user