Changeset 0b5203b in mainline for kernel/generic/src/proc/task.c


Ignore:
Timestamp:
2018-11-11T15:47:39Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a18d5b
Parents:
9e889f6
git-author:
Jakub Jermar <jakub@…> (2018-11-10 15:05:04)
git-committer:
Jakub Jermar <jakub@…> (2018-11-11 15:47:39)
Message:

Remove futex support from kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/task.c

    r9e889f6 r0b5203b  
    4343#include <mm/slab.h>
    4444#include <atomic.h>
    45 #include <synch/futex.h>
    4645#include <synch/spinlock.h>
    4746#include <synch/waitq.h>
     
    251250        }
    252251
    253         futex_task_init(task);
    254 
    255252        irq_spinlock_lock(&tasks_lock, true);
    256253
Note: See TracChangeset for help on using the changeset viewer.