From 5d615388d734264701d036ae70396abbd258bbc1 Mon Sep 17 00:00:00 2001 From: AlmuHS Date: Mon, 8 Jul 2019 22:39:44 +0200 Subject: refactor: removed unnecessary push --- i386/i386/cpuboot.S | 3 --- 1 file changed, 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 -- cgit v1.2.3