History log of /haiku/headers/private/kernel/arch/ppc/arch_atomic.h
Revision Date Author Comments
# cbb88108 05-Oct-2023 Yn0ga <ynoga@protonmail.com>

Various PowerPC fixes

* Removed atomic operations placeholders for modern ones
* Fix chrpscript & hfsmaps location for CDBootImage (haiku-boot-cd target)
* add of_blocks & of_blocksize openfirmware call

Change-Id: Iaaddc2c566d108976ac5e5e08caea1fc59523e06
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6987
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 49a2540f 03-Jul-2017 Alexander von Gluck IV <kallisti5@unixzen.com>

ppc/atomic.h: Readd arch atomic improperly removed in hrev51254


# 9c8119e0 03-Jul-2017 Alexander von Gluck IV <kallisti5@unixzen.com>

kernel/smp: Add a comment for some obsecure knowledge

* I was ready to rip this out until PulkoMandy set me stright.
* Add a comment so others understand the impact here.


# c9e66bfc 19-Jan-2014 Alexander von Gluck IV <kallisti5@unixzen.com>

kernel: Add missing smp memory barrier calls. Set max cpu to 1

* Set max cpu to 1 for PPC until atomic functions are finished
* We have atomic functions inline in the kernel and assembly
code in libroot post-scheduler merge... isn't that a lot of
duplication?


# c9e66bfc9bafe85b80a464191c60e8701e9a0a26 19-Jan-2014 Alexander von Gluck IV <kallisti5@unixzen.com>

kernel: Add missing smp memory barrier calls. Set max cpu to 1

* Set max cpu to 1 for PPC until atomic functions are finished
* We have atomic functions inline in the kernel and assembly
code in libroot post-scheduler merge... isn't that a lot of
duplication?