Fix compilation of Tyan S2735 which was broken by accident in r3038.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Carl-Daniel Hailfinger 2008-01-08 19:14:16 +00:00
parent f2ecb74023
commit 188288a020
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ clear_fixed_var_mtrr_out:
* windowoffset is the 32k-aligned window into CAR size * windowoffset is the 32k-aligned window into CAR size
*/ */
.macro simplemask carsize, windowoffset .macro simplemask carsize, windowoffset
simplemask_helper (((\carsize - \windowoffset) / 0x1000) - 4), %eax extractmask (((\carsize - \windowoffset) / 0x1000) - 4), %eax
simplemask_helper (((\carsize - \windowoffset) / 0x1000)), %edx extractmask (((\carsize - \windowoffset) / 0x1000)), %edx
.endm .endm
#if CacheSize > 0x10000 #if CacheSize > 0x10000