summaryrefslogtreecommitdiff
path: root/Kernel/Arch/Processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Arch/Processor.h')
-rw-r--r--Kernel/Arch/Processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Arch/Processor.h b/Kernel/Arch/Processor.h
index 83a322bc47..2b4794e851 100644
--- a/Kernel/Arch/Processor.h
+++ b/Kernel/Arch/Processor.h
@@ -44,7 +44,7 @@ struct ProcessorMessage {
} flush_tlb;
};
- volatile bool async;
+ bool volatile async;
ProcessorMessageEntry* per_proc_entries;