From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 26.mail-out.ovh.net ([91.121.27.225]) by canuck.infradead.org with smtp (Exim 4.72 #1 (Red Hat Linux)) id 1Ph0rB-0008Gu-Bs for barebox@lists.infradead.org; Sun, 23 Jan 2011 14:23:54 +0000 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 23 Jan 2011 15:22:24 +0100 Message-Id: <1295792544-23788-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] x86/pmjump: rename __bss_end to __bss_stop To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/x86/boot/pmjump.S | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/boot/pmjump.S b/arch/x86/boot/pmjump.S index 0e4cd38..d2fb8f0 100644 --- a/arch/x86/boot/pmjump.S +++ b/arch/x86/boot/pmjump.S @@ -51,7 +51,7 @@ protected_mode_jump: .code32 .extern uboot_entry - .extern __bss_end + .extern __bss_stop .type in_pm32, @function in_pm32: @@ -65,7 +65,7 @@ in_pm32: * Our flat mode code uses its own stack area behind the bss. With this we * are still able to return to real mode temporarely */ - movl $__bss_end + 32768, %esp + movl $__bss_stop + 32768, %esp # Set up TR to make Intel VT happy ltr %di -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox