Add KInterruptSpinLock, which is what is really used in the official kernel

This commit is contained in:
TuxSH
2018-11-08 00:11:30 +01:00
committed by Michael Scire
parent 7b726c3184
commit 4238d2e97f
6 changed files with 108 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ inline namespace arm64
{
// This largely uses the Linux kernel spinlock code, which is more efficient than Nintendo's (serializing two u16s into an u32).
class KSpinLock final {
class KSpinLock {
private: