zephyr/kernel
Peter A. Bigot 1fa00f3b36 kernel: remove outdated comment in _Cstart
The comment explaining why _IntLibInit was being invoked was left in
place after the invocation itself was removed.  Remove it too.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2018-12-03 09:18:06 -08:00
..
include kernel: syscall: Object validation checks boolean statement 2018-11-30 08:05:11 -08:00
CMakeLists.txt kernel: New timeout implementation 2018-10-16 15:03:10 -04: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
alert.c kernel: alert: Declare tracing variables only when needed. 2018-10-31 08:44:47 -04:00
atomic_c.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compiler_stack_protect.c kernel: add CODE_UNREACHABLE in _StackCheckHandler 2018-04-17 10:50:12 -07:00
device.c kernel: expose device_get_binding() to user mode 2018-11-13 19:06:05 -05:00
errno.c kernel: userspace: reserve stack space to store local data 2018-08-17 09:40:52 -07:00
idle.c kernel: Always set clock expiry with sync with timeout module 2018-11-26 12:24:59 +01:00
init.c kernel: remove outdated comment in _Cstart 2018-12-03 09:18:06 -08:00
int_latency_bench.c Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
mailbox.c kernel: Delimiting the scope of some variables 2018-11-04 11:37:24 -05:00
mem_domain.c kernel: mem_domain: optimize sane partition checking 2018-11-15 08:18:59 -05:00
mem_slab.c k_mem_slab: track as a kernel object 2018-11-15 16:20:36 -05:00
mempool.c sys_clock: Fix unsafe tick count usage 2018-10-16 15:03:10 -04:00
msg_q.c kernel: msg_q: k_msgq_peek() implementation 2018-11-19 17:53:22 -05:00
mutex.c kernel: mutex: Change variable declaration 2018-11-04 11:37:24 -05:00
pipes.c kernel: Delimiting the scope of some variables 2018-11-04 11:37:24 -05:00
poll.c kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
queue.c kernel: queue: MISRA C compliance. 2018-10-31 08:44:47 -04:00
sched.c kernel: sched: Make boolean functions return bool 2018-11-30 08:05:11 -08:00
sem.c kernel: sem: Fix few MISRA C violations. 2018-10-17 12:17:58 -04:00
smp.c kernel; Checking functions return 2018-09-14 16:55:37 -04:00
stack.c kernel: stack: Making if's body a compound statement 2018-11-04 11:37:24 -05:00
system_work_q.c kernel: system_work_q: Set dedicated "sysworkq" name. 2018-10-19 07:58:45 -04:00
thread.c kernel: expose k_busy_wait() to user mode 2018-11-15 16:20:36 -05:00
thread_abort.c kernel: Using boolean expression on ASSERT macros 2018-09-28 06:28:41 +05:30
timeout.c kernel: Always set clock expiry with sync with timeout module 2018-11-26 12:24:59 +01:00
timer.c kernel: New timeout implementation 2018-10-16 15:03:10 -04:00
userspace.c kernel: Make tag identifiers unique 2018-11-06 16:20:15 -05:00
userspace_handler.c kernel: Calling Z_SYSCALL_VERIFY_MSG with boolean expressions 2018-09-28 06:28:41 +05:30
version.c kernel: version: no need to store version in RAM 2017-09-07 16:34:50 -07:00
work_q.c kernel: add user mode work_q capability 2018-11-29 09:21:18 -08:00