Author: hailfinger
Date: 2008-01-08 20:14:16 +0100 (Tue, 08 Jan 2008)
New Revision: 3040

Modified:
   trunk/LinuxBIOSv2/src/cpu/x86/car/cache_as_ram.inc
Log:
Fix compilation of Tyan S2735 which was broken by accident in r3038.

Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>


Modified: trunk/LinuxBIOSv2/src/cpu/x86/car/cache_as_ram.inc
===================================================================
--- trunk/LinuxBIOSv2/src/cpu/x86/car/cache_as_ram.inc  2008-01-08 17:28:35 UTC 
(rev 3039)
+++ trunk/LinuxBIOSv2/src/cpu/x86/car/cache_as_ram.inc  2008-01-08 19:14:16 UTC 
(rev 3040)
@@ -158,8 +158,8 @@
  * windowoffset is the 32k-aligned window into CAR size
  */
 .macro simplemask carsize, windowoffset
-       simplemask_helper (((\carsize - \windowoffset) / 0x1000) - 4), %eax
-       simplemask_helper (((\carsize - \windowoffset) / 0x1000)), %edx
+       extractmask (((\carsize - \windowoffset) / 0x1000) - 4), %eax
+       extractmask (((\carsize - \windowoffset) / 0x1000)), %edx
 .endm
 
 #if CacheSize > 0x10000


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

Reply via email to