mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
Fix broken SpinLock.
The SpinLock was all backwards and didn't actually work. Fixing it exposed how wrong most of the locking here is. I need to come up with a better granularity here.
This commit is contained in:
@@ -20,7 +20,7 @@ typedef struct
|
||||
} PACKED allocation_t;
|
||||
|
||||
#define CHUNK_SIZE 128
|
||||
#define POOL_SIZE (512 * 1024)
|
||||
#define POOL_SIZE (1024 * 1024)
|
||||
|
||||
#define BASE_PHYS 0x200000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user