commit | 8753becbe10e9d46ae6a166f90d6f52e690ebbcc | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Jun 28 10:37:06 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Jul 01 08:15:10 2019 -0700 |
tree | 0f85ad2b0c29ca14ce657ab40e907fc32bbc988f | |
parent | 0d9dab300eaf677d01ad6da6e187b370fe7c501d [diff] |
kernel: delete k_futex_init() There's no need for a system call for this; futexes live in user memory and the initialization bit is ignored. It's sufficient to just do an atomic_set(). Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>