History log of /haiku/src/add-ons/kernel/bus_managers/isa/isa.cpp
Revision Date Author Comments
# 215b685f 11-Dec-2022 X512 <danger_mail@list.ru>

kernel: Drop non-standard GNU inline assignment syntax

* We needed this previously due to our gcc2 compiled kernel.
* Now that our kernel is always latest gcc, we can move to the
c++20 syntax for inline assignment.
* Improves compatibility with clang, less GNU-specific stuff

Change-Id: Ib7272a0a52554a31e9a0e788fd3f031db9049795
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5898
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# 5774b5af 11-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

C++ified remaining C users of arch_cpu.h.


# 5774b5afa4f73fb010a7b7af03a9aa5f6deaec93 11-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

C++ified remaining C users of arch_cpu.h.