BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 08afe80d1ca157b9cddb31ee48ab0e6e1823f559 / task

// Related

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;
 }