History log of /haiku/src/system/kernel/arch/arm/arch_atomic32.cpp
Revision Date Author Comments
# 8f4db360 15-Feb-2014 Ithamar R. Adema <ithamar@upgrade-android.com>

arm/atomic: round of atomic function changes

* change vint{32,64} to int{32,64} in:
* kernel implementation
* syscall definitions
* libroot prototypes
* update syscall functions with new atomic prototypes.


# 501b24c6 17-Sep-2013 Ithamar R. Adema <ithamar@upgrade-android.com>

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.


# 8f4db360bc74cce76fff614da6ae0332e5fd52a8 15-Feb-2014 Ithamar R. Adema <ithamar@upgrade-android.com>

arm/atomic: round of atomic function changes

* change vint{32,64} to int{32,64} in:
* kernel implementation
* syscall definitions
* libroot prototypes
* update syscall functions with new atomic prototypes.


# 501b24c63b267527538aa4a7591348b3832bb84d 17-Sep-2013 Ithamar R. Adema <ithamar@upgrade-android.com>

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.