summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/machdep.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c
index 7eb1407..6342aab 100644
--- a/sys/arch/amd64/amd64/machdep.c
+++ b/sys/arch/amd64/amd64/machdep.c
@@ -133,6 +133,18 @@ pre_init(void)
}
void
+intr_mask(void)
+{
+ __ASMV("cli");
+}
+
+void
+intr_unmask(void)
+{
+ __ASMV("sti");
+}
+
+void
processor_init(void)
{
/* Indicates what doesn't need to be init anymore */