Files
haiku-beta6/headers
Jérôme Duval 43453b6774 kernel: add memory barrier around cpu thread pinning
should avoid instruction reorder seen on #20100,
could lead to pinning happening after getting the cpu

_ZL15call_single_cpujPFvPviES_b before:
mov    0x90(%rbx),%rax
addl   $0x1,0xa8(%rbx)

_ZL15call_single_cpujPFvPviES_b after:
addl   $0x1,0xa8(%rbx)
mov    0x90(%rbx),%rax

Change-Id: I7759c5e086856a190aac21270601ae55c0b39fac
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11050
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2026-06-01 18:27:26 +00:00
..
2026-05-15 20:05:51 +00:00
2026-01-24 12:02:56 +01:00
2026-03-04 17:58:38 +00:00