zephyr/kernel
Ioannis Glaropoulos ccf813c22a kernel: mem_domain: remove redundant clearing of mem_partition fields
When a memory partition is removed, it is not required
to clear the start and attr fields, since a free partition
is only indicated by a zero size field. This commit removes
the un-necessary clearing of start and attr fields.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-12-05 15:15:07 -05:00
..
include kernel: syscall: Object validation checks boolean statement 2018-11-30 08:05:11 -08:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c kernel: expose device_get_binding() to user mode 2018-11-13 19:06:05 -05:00
errno.c
idle.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
init.c kernel: remove outdated comment in _Cstart 2018-12-03 09:18:06 -08:00
int_latency_bench.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
Kconfig drivers/timer: Select tickless via driver kconfig flag 2018-11-13 17:10:07 -05:00
Kconfig.power_mgmt kernel: ensure System Power Managment enables Tickless Idle. 2018-11-21 23:16:35 -05:00
mailbox.c
mem_domain.c kernel: mem_domain: remove redundant clearing of mem_partition fields 2018-12-05 15:15:07 -05:00
mem_slab.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
mempool.c
msg_q.c kernel: msg_q: k_msgq_peek() implementation 2018-11-19 17:53:22 -05:00
mutex.c kernel: mutex: delay setting lock_count = 0. 2018-12-05 11:00:10 +01:00
pipes.c
poll.c
queue.c
sched.c kernel: sched: Make boolean functions return bool 2018-11-30 08:05:11 -08:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: expose k_busy_wait() to user mode 2018-11-15 16:20:36 -05:00
timeout.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c kernel: add user mode work_q capability 2018-11-29 09:21:18 -08:00