[LinuxBIOS] r547 - LinuxBIOSv3/include/arch/x86

svn at openbios.org svn at openbios.org
Sat Jan 5 02:33:28 CET 2008


Author: hailfinger
Date: 2008-01-05 02:33:28 +0100 (Sat, 05 Jan 2008)
New Revision: 547

Modified:
   LinuxBIOSv3/include/arch/x86/amd_geodelx.h
Log:
include/arch/x86/amd_geodelx.h had duplicated #defines by accident in
r546. Remove them again.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>


Modified: LinuxBIOSv3/include/arch/x86/amd_geodelx.h
===================================================================
--- LinuxBIOSv3/include/arch/x86/amd_geodelx.h	2008-01-04 23:19:49 UTC (rev 546)
+++ LinuxBIOSv3/include/arch/x86/amd_geodelx.h	2008-01-05 01:33:28 UTC (rev 547)
@@ -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. */





More information about the coreboot mailing list