Nucleus
Barry Object manager and heap in kernel library 08afe80 (3 years, 2 months ago)
diff --git a/task/clone.c b/task/clone.c
index bd87f52..377b869 100644
--- a/task/clone.c
+++ b/task/clone.c
@@ -71,11 +71,5 @@ clone(int flags)
put(child);
exit_critical_section();
end:
- if (!tid && !current->inSyscall) {
- outb(0x20, 0x20);
- if (apic)
- LAPIC(0xB0) = 0;
- }
-
return tid;
}