zephyr/arch/x86/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
..
ia32 kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
intel64 kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
offsets x86: add include guard for offset files 2020-07-24 10:01:12 +02:00
acpi.c
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
common.S
cpuhalt.c
early_serial.c
fatal.c kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
ia32.cmake
intel64.cmake
Kconfig.ia32 x86: 32-bit: enable thread stack info 2020-07-18 07:21:53 -04:00
Kconfig.intel64
memmap.c
multiboot.c
pcie.c x86: pcie: use device_map() for MMIO config access 2020-07-17 11:38:18 +02:00
prep_c.c kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
reboot_rst_cnt.c
spec_ctrl.c
userspace.c kernel: overhaul stack specification 2020-07-30 21:11:14 -04:00
x86_mmu.c kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00