|
91 | 91 | _static_kernel_objects_begin = .;
|
92 | 92 | #endif /* CONFIG_USERSPACE */
|
93 | 93 |
|
94 |
| - Z_ITERABLE_SECTION_RAM(k_timer, 4) |
95 |
| - Z_ITERABLE_SECTION_RAM(k_mem_slab, 4) |
96 |
| - Z_ITERABLE_SECTION_RAM(k_mem_pool, 4) |
97 |
| - Z_ITERABLE_SECTION_RAM(k_heap, 4) |
98 |
| - Z_ITERABLE_SECTION_RAM(k_mutex, 4) |
99 |
| - Z_ITERABLE_SECTION_RAM(k_stack, 4) |
100 |
| - Z_ITERABLE_SECTION_RAM(k_msgq, 4) |
101 |
| - Z_ITERABLE_SECTION_RAM(k_mbox, 4) |
102 |
| - Z_ITERABLE_SECTION_RAM(k_pipe, 4) |
103 |
| - Z_ITERABLE_SECTION_RAM(k_sem, 4) |
104 |
| - Z_ITERABLE_SECTION_RAM(k_queue, 4) |
| 94 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_timer, 4) |
| 95 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_mem_slab, 4) |
| 96 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_mem_pool, 4) |
| 97 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_heap, 4) |
| 98 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_mutex, 4) |
| 99 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_stack, 4) |
| 100 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_msgq, 4) |
| 101 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_mbox, 4) |
| 102 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_pipe, 4) |
| 103 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_sem, 4) |
| 104 | + Z_ITERABLE_SECTION_RAM_GC_ALLOWED(k_queue, 4) |
105 | 105 |
|
106 | 106 | SECTION_DATA_PROLOGUE(_net_buf_pool_area,,SUBALIGN(4))
|
107 | 107 | {
|
|
0 commit comments