mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
Kernel: Add an x86 include check+error in x86/InerruptDisabler.h
This commit is contained in:
parent
62d86afee9
commit
ed2aa96511
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
|
||||
#include <Kernel/Arch/x86/ASM_wrapper.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class InterruptDisabler {
|
||||
|
|
Loading…
Add table
Reference in a new issue