From 93cabf12d1394e74818c9028789d9fe875147980 Mon Sep 17 00:00:00 2001 From: "arch import user (historical)" Date: Wed, 6 Jul 2005 17:17:39 +0000 Subject: Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-53 Creator: Yinghai Lu more safe stack in ram for cache_as_ram git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1969 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/s2892/cache_as_ram_auto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/tyan/s2892') diff --git a/src/mainboard/tyan/s2892/cache_as_ram_auto.c b/src/mainboard/tyan/s2892/cache_as_ram_auto.c index 14b15d4775..30a78f5a96 100644 --- a/src/mainboard/tyan/s2892/cache_as_ram_auto.c +++ b/src/mainboard/tyan/s2892/cache_as_ram_auto.c @@ -377,9 +377,9 @@ cpu_reset_x: __asm__ volatile ( /* set new esp */ /* before _RAMBASE */ - "movl %0, %%ebp\n\t" - "movl %0, %%esp\n\t" - ::"a"( _RAMBASE - 4 ) + "subl %0, %%ebp\n\t" + "subl %0, %%esp\n\t" + ::"a"( (DCACHE_RAM_BASE + DCACHE_RAM_SIZE)- _RAMBASE ) ); { -- cgit v1.2.3