workqueues: don't put k_work in special section
There's no current need for this and it makes work items declared with K_WORK_DEFINE() inaccessible to user mode. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
8acf899a0d
commit
c2e01dff3f
3 changed files with 2 additions and 11 deletions
|
@ -125,13 +125,6 @@
|
|||
_k_pipe_list_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
|
||||
SECTION_DATA_PROLOGUE(_k_work_area, (OPTIONAL), SUBALIGN(4))
|
||||
{
|
||||
_k_work_list_start = .;
|
||||
KEEP(*(SORT_BY_NAME("._k_work.static.*")))
|
||||
_k_work_list_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
|
||||
SECTION_DATA_PROLOGUE(_k_task_list, (OPTIONAL), SUBALIGN(4))
|
||||
{
|
||||
_k_task_list_start = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue