summaryrefslogtreecommitdiff
path: root/asm/asm_mp.asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm_mp.asm')
-rw-r--r--asm/asm_mp.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/asm/asm_mp.asm b/asm/asm_mp.asm
index 165dc97..18b9d7e 100644
--- a/asm/asm_mp.asm
+++ b/asm/asm_mp.asm
@@ -1,9 +1,7 @@
global smp_start
extern smp_main
-global gdt_descriptor
global asm_smp_unlock
-
; master boot record for application processors
smp_start:
[bits 16]