From: Nadav Har'El <n...@scylladb.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

Remove unused interrupt stack

In boot.S we reserved 40960 bytes for an "interrupt stack" that is not
actually used anywhere since almost the start of OSv (see commit
da6ba16dbd182517e4c8893333f806cd9ce57151). So get rid of it.

Signed-off-by: Nadav Har'El <n...@scylladb.com>
Message-Id: <20170712211813.18741-2-...@scylladb.com>

---
diff --git a/arch/x64/boot.S b/arch/x64/boot.S
--- a/arch/x64/boot.S
+++ b/arch/x64/boot.S
@@ -47,10 +47,6 @@ gdt_end = .
 . = . + 4096*10
 init_stack_top = .

-. = . + 4096*10
-.global interrupt_stack_top
-interrupt_stack_top = .
-
 .text

 #define BOOT_CR0 ( X86_CR0_PE \

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to