mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Kernel: Add an x86 include check+error in x86/Spinlock.h
This commit is contained in:
parent
34b341e35d
commit
80cdfee10a
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
#include <Kernel/Arch/Processor.h>
|
||||
#include <Kernel/Locking/LockRank.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class Spinlock {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue