History log of /haiku/src/system/kernel/arch/sparc/arch_asm.S
Revision Date Author Comments
# 0da81fed 01-Jan-2021 PulkoMandy <pulkomandy@pulkomandy.tk>

sparc: fix interrupt enable/disable code

The manually written code was all wrong (missing branch delay slots,
wrong type of return instruction used, probably more bugs). Use the same
approach as x86 to have inline functions instead, which is much better
for performance and simpler to write.

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


# e6c9be76 24-Feb-2019 PulkoMandy <pulkomandy@pulkomandy.tk>

sparc: interrupt management functions

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