From 75c6c210def3eb725170f90c7992d4131d0a2699 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Sat, 5 Jan 2008 01:33:28 +0000 Subject: [PATCH] include/arch/x86/amd_geodelx.h had duplicated #defines by accident in r546. Remove them again. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@547 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/arch/x86/amd_geodelx.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/arch/x86/amd_geodelx.h b/include/arch/x86/amd_geodelx.h index e3bacd6fb4..04d3aa21b7 100644 --- a/include/arch/x86/amd_geodelx.h +++ b/include/arch/x86/amd_geodelx.h @@ -572,11 +572,6 @@ */ #define LX_STACK_BASE DCACHE_RAM_BASE #define LX_STACK_END LX_STACK_BASE + (DCACHE_RAM_SIZE - 4) -/* This is where the DCache will be mapped and be used as stack. It would be - * cool if it was the same base as LinuxBIOS normal stack. - */ -#define LX_STACK_BASE DCACHE_RAM_BASE -#define LX_STACK_END LX_STACK_BASE + (DCACHE_RAM_SIZE - 4) #define LX_NUM_CACHELINES 0x080 /* There are 128 lines per way. */ #define LX_CACHELINE_SIZE 0x020 /* There are 32 bytes per line. */