Revert "added busy loop to see cpu spike"

This reverts commit fa0ce03c4a.
This commit is contained in:
2026-05-25 13:14:34 +03:00
parent fa0ce03c4a
commit 5cddd0c928
+2 -3
View File
@@ -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++;