X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fcpu%2Fintel%2Fmodel_f3x%2Fmodel_f3x_init.c;h=580c98b4d75438e31763a6ebde4425230fd4f090;hb=adfbcb79ab719af4435e3fdbb8321cda825e076c;hp=f04ddcc0ce545d6fbda41ff5770c7582fec0ee12;hpb=75fb40e15dbffe4148ab108e11d10fe3a9ed6cbe;p=coreboot.git diff --git a/src/cpu/intel/model_f3x/model_f3x_init.c b/src/cpu/intel/model_f3x/model_f3x_init.c index f04ddcc0c..580c98b4d 100644 --- a/src/cpu/intel/model_f3x/model_f3x_init.c +++ b/src/cpu/intel/model_f3x/model_f3x_init.c @@ -31,7 +31,7 @@ static void model_f3x_init(device_t cpu) { /* Turn on caching if we haven't already */ x86_enable_cache(); - x86_setup_mtrrs(36); + x86_setup_mtrrs(); x86_mtrr_check(); /* Update the microcode */