commit | 1387effa86bfe01ccbc0d9a69a0b9961d848475a | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 02 12:54:30 2017 +0200 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Feb 02 15:12:36 2017 +0000 |
tree | 0f1fb4ddf5fe3da4abc425dd3bd8a910a465c099 | |
parent | 0650911a0da108da4bb105513063adfa346bc081 [diff] |
kernel: Fix k_poll support for k_fifo_put_list With the recently added k_poll feature, k_fifo_put_list was forgotten about. Add the necessary code to wake up a k_poll call when k_fifo_put_list is called. Change-Id: Ib9baef5ee2bd00620e2eea5afdd81accc4518bd5 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>