summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-07-08 22:39:44 +0200
committerAlmuHS <almuhs@github.com>2019-07-08 22:39:44 +0200
commit5d615388d734264701d036ae70396abbd258bbc1 (patch)
tree52aa688623542ef1178312acc8173b9d46da2307
parent4bf8b6de2da14fcae78dce8181b8aa92d5723a44 (diff)
refactor: removed unnecessary push
-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 5373e9a3..d34ceea5 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -93,9 +93,6 @@ _apboot:
pushl $0
popf
- /* Load stack pointer */
- pushl stack_ptr
-
/* Enable paging in the cpu */
call paging_setup