haiku/headers/private/system/arch/arm
Ithamar R. Adema 501b24c63b ARM: kernel: Make 32/64-bit atomics work for ARMv5/6
Support for 64-bit atomic operations for ARMv7+ is currently stubbed
out in libroot, but our current targets do not use it anyway.

We now select atomics-as-syscalls automatically based on the ARM
architecture we're building for. The intent is to do away with
most of the board specifics (at the very least on the kernel side)
and just specify the lowest ARMvX version you want to build for.

This will give flexibility in being able to distribute a single
image for a wide range of devices, and building a tuned system
for one specific core type.
2013-09-18 05:03:18 +02:00
..
arch_arm_version.h
arch_commpage_defs.h commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
arch_config.h ARM: kernel: Make 32/64-bit atomics work for ARMv5/6 2013-09-18 05:03:18 +02:00
arch_cpu_defs.h Added private system arch specific arch_cpu_defs.h header, currently defining 2010-04-19 14:16:48 +00:00
arch_elf.h * ARM: Fix ELF relocation name. 2010-10-30 22:50:43 +00:00
arch_real_time_data.h arm: added some missing arch bits and changed asm section for arm compat. 2012-04-01 14:03:36 +02:00
asm_defs.h