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 <[EMAIL PROTECTED]>
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]>


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. */


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to