Generic lock-free kmalloc cache implementation

Conflicts:
	kernel/mem.c
This commit is contained in:
Balazs Gerofi
2017-08-20 09:44:48 +09:00
parent 744ebacf65
commit 28eb649056
3 changed files with 66 additions and 1 deletions

View File

@@ -138,7 +138,6 @@ init_process(struct process *proc, struct process *parent)
INIT_LIST_HEAD(&proc->ptraced_siblings_list);
mcs_rwlock_init(&proc->update_lock);
#endif /* POSTK_DEBUG_ARCH_DEP_63 */
}
// Double check the inheritance from parent
memset(proc->fd_priv_table, 0, 256 * sizeof(void *));