]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
ppc: use std::mutex for host spinlocks
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 3 Jun 2026 01:29:09 +0000 (18:29 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 03:48:40 +0000 (20:48 -0700)
commit761006e18843fc8e3c6785850f18bfc1b934bb64
treed61d00879a45d614b2b01b8041dff6d508942529
parentd6f7194ecf330672019bdc841652df54d77888c0
ppc: use std::mutex for host spinlocks

Use the C++ standard mutex implementation for the non-Windows PPC
spinlock wrapper instead of depending on GLib mutex types.

This keeps the shared PPC coordinator free of an extra host runtime
dependency when it is built outside Windows.
ppc/ppc.cpp