mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Rename SpinLock => Spinlock
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
|
||||
namespace Kernel::Memory {
|
||||
|
||||
static Singleton<SpinLockProtected<VMObject::AllInstancesList>> s_all_instances;
|
||||
static Singleton<SpinlockProtected<VMObject::AllInstancesList>> s_all_instances;
|
||||
|
||||
SpinLockProtected<VMObject::AllInstancesList>& VMObject::all_instances()
|
||||
SpinlockProtected<VMObject::AllInstancesList>& VMObject::all_instances()
|
||||
{
|
||||
return s_all_instances;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user