summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-20 01:25:56 +0200
committerAlmuHS <almuhs@github.com>2019-04-20 01:25:56 +0200
commit68c6e35748e0b73de74e4348779c32e80ef0126a (patch)
tree3b95153499c75660c94333b1fd460a495f8dd3e7 /i386/i386/cpuboot.S
parent9a65080cd46291b0b52b54d255d8c696dc322a50 (diff)
removed unnecessary lines
Diffstat (limited to 'i386/i386/cpuboot.S')
-rw-r--r--i386/i386/cpuboot.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index 18f19ed2..3fbc450e 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -39,9 +39,6 @@ boot_gdt:
.bss
.p2align 4
- .globl stack_bsp
- .comm stack_bsp, STACK_SIZE
-
#define M(addr) (addr - apboot + 0x7000)