zephyr/arch/arm/core
Benjamin Walsh b4b108de4d unified: rename sched.h to ksched.h
Build breaks when enabling CONFIG_NEWLIB_LIBC because it has its own
sched.h file.

This is a bad symptom of a greater issue: the build system passes many
'-I<path>' options to the compiler, and that allows including header
files by simply specifying their names (when located somewhere else than
<zephyr>/include/) and can cause clashes when several files in different
locations have the same name, like in this case.

Fixes ZEP-1062.

Change-Id: I81d1d69ee6669a609cd0c420b1b8f870d17dcb67
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-10-14 20:49:36 +00:00
..
cortex_m arm: move atomic operations selection to the Cortex-M Kconfig 2016-10-11 20:47:49 +00:00
offsets unified/arm: add unified kernel support for ARM arch 2016-09-13 17:12:55 -04:00
__aeabi_atexit.c build: Add C++ support 2016-02-05 20:25:23 -05:00
cpu_idle.S power_mgmt: Make names consistent with new RFC 2016-03-26 14:35:11 -04:00
exc_exit.S unified: Add timeslice support 2016-09-20 15:28:54 +00:00
fatal.c arm: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
fault.c arm: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
fault_s.S arm: refactor fault handling stack pointer passing 2016-02-05 20:25:24 -05:00
fiber_abort.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
gdb_stub.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
gdb_stub_irq_vector_table.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
irq_init.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
irq_manage.c ARM: irq: Add _arch_irq_is_enabled external interrupt API 2016-09-20 19:45:31 +00:00
irq_offload.c irq_offload: API to run a function in IRQ context 2016-02-05 20:24:55 -05:00
isr_wrapper.S power_mgmt: Make names consistent with new RFC 2016-03-26 14:35:11 -04:00
Kconfig arm: Add support for both floating point ABIs 2016-08-11 17:37:12 +00:00
Makefile unified/arm: add unified kernel support for ARM arch 2016-09-13 17:12:55 -04:00
swap.S unified/arm: fix saving of registers in __pendsv() 2016-10-07 22:51:11 +00:00
sys_fatal_error_handler.c unified/arm: add unified kernel support for ARM arch 2016-09-13 17:12:55 -04:00
task_abort.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
thread.c unified/arm: add unified kernel support for ARM arch 2016-09-13 17:12:55 -04:00
thread_abort.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00