zephyr/include/arch
Evgeniy Paltsev 8097989a01 ARC: MWDT: workaround paddr_t defined in both Zephyr and toolchain
MWDT provides paddr_t type and it conflicts witn Zephyr definition:
- Zephyr defines paddr_t as a uintptr_t
- MWDT defines paddr_t as a unsigned long
This causes extra warnings. However we can safely define
paddr_t as a unsigned long for the case when MWDT toolchain is used as
they are both unsighned, have same size and aligning.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2021-08-13 13:43:19 -05:00
..
arc ARC: MWDT: workaround paddr_t defined in both Zephyr and toolchain 2021-08-13 13:43:19 -05:00
arm/aarch32 arch: aarch32: Add build asserts for IRQ priority range 2021-08-09 13:04:28 -04:00
arm64 linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
common arch: implement brute force find_lsb_set() 2021-05-07 13:36:22 -04:00
nios2 linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
posix linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
riscv riscv: linker: add support for FLASH_LOAD_OFFSET 2021-08-07 20:37:01 -04:00
sparc linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
x86 linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
xtensa xtensa: cache: XCC needs to declare variable outside for loop 2021-07-22 15:41:11 +03:00
arch_inlines.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
cpu.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
structs.h kernel: add an architecture specific structs header 2021-04-21 09:03:47 -04:00
syscall.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00