zephyr/arch/arc/core
Carles Cufi 244f826e3c cmake: remove _if_kconfig() functions
This set of functions seem to be there just because of historical
reasons, stemming from Kbuild. They are non-obvious and prone to errors,
so remove them in favor of the `_ifdef()` ones with an explicit
`CONFIG_` condition.

Script used:

git grep -l _if_kconfig | xargs sed -E -i
"s/_if_kconfig\(\s*(\w*)/_ifdef(CONFIG_\U\1\E \1/g"

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-08-01 12:35:20 +02:00
..
mpu cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
offsets kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING 2020-05-08 10:58:33 +02:00
secureshield zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arc_connect.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arc_smp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cache.c ARC: replace NOP ASM inlines with builtin 2020-07-24 12:05:12 +02:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
cpu_idle.S arch: arc: enable the workaround of sleep only for SMP case in nsim 2020-05-26 17:47:42 +02:00
fast_irq.S arch: arc: irq: bugs fix for fast irq in one register bank config 2020-07-07 15:10:26 +02:00
fatal.c arc: show all registers on exception 2020-06-09 13:52:56 +02:00
fault_s.S arch : arc: clean up of assembly codes 2020-03-12 13:02:17 -04:00
fault.c kernel: overhaul stack specification 2020-07-30 21:11:14 -04:00
irq_manage.c kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
irq_offload.c arch: arc: fix the bug of irq_offload 2020-02-12 14:30:38 +02:00
isr_wrapper.S ARC: cleanup exit_tickless_idle 2020-07-24 12:05:12 +02:00
prep_c.c ARC: replace NOP ASM inlines with builtin 2020-07-24 12:05:12 +02:00
regular_irq.S arch : arc: clean up of assembly codes 2020-03-12 13:02:17 -04:00
reset.S arch: arc: fix the bug of firq stack setup for slave cores 2020-05-13 16:23:54 +02:00
switch.S arch : arc: clean up of assembly codes 2020-03-12 13:02:17 -04:00
thread_entry_wrapper.S kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
thread.c kernel: overhaul stack specification 2020-07-30 21:11:14 -04:00
timestamp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
userspace.S arch: arc: remove MPU_STACK_GUARD for ARC_MPU_VER 2 2020-05-06 12:51:05 -07:00
vector_table.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
vector_table.ld linker: Clean up section name definitions 2020-04-30 13:42:36 -04:00