Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9
authorRudolf Marek <r.marek@assembler.cz>
Sun, 30 Oct 2011 17:06:58 +0000 (18:06 +0100)
committerRudolf Marek <r.marek@assembler.cz>
Sun, 30 Oct 2011 20:28:11 +0000 (21:28 +0100)
commit9438da370fb66292babf5a2f621a67fd4b3699de
treed6b1bd075a147f18c87b5a74cffe5e6fe20ec4d2
parentaf3dce981db63eb16d127347264a46247ed893bb
Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9

It is meant to be a address and not a dereference. Otherwise MTRR
is filled with code and not with the address.

This is what I hate at most on the AT&T syntax. Instead of taking
the address, it was a dereference. Not greatly visible, except
I wondered why opcode is not 0xb4 but 0xa1 and it took another
half an our to see it.

Change-Id: I6b339656024de8f6e6b3cde63b16b7ff5562d055
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Reviewed-on: http://review.coreboot.org/358
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
src/cpu/amd/car/cache_as_ram.inc
src/cpu/intel/car/cache_as_ram.inc
src/cpu/intel/model_106cx/cache_as_ram.inc
src/cpu/intel/model_6ex/cache_as_ram.inc
src/cpu/intel/model_6fx/cache_as_ram.inc
src/cpu/via/car/cache_as_ram.inc