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]>