Author: stepan Date: 2009-12-01 09:15:38 +0100 (Tue, 01 Dec 2009) New Revision: 4970
Modified: trunk/src/cpu/intel/model_106cx/model_106cx_init.c Log: Atom only supports 32bit MTRRs (trivial) Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/cpu/intel/model_106cx/model_106cx_init.c =================================================================== --- trunk/src/cpu/intel/model_106cx/model_106cx_init.c 2009-12-01 03:22:16 UTC (rev 4969) +++ trunk/src/cpu/intel/model_106cx/model_106cx_init.c 2009-12-01 08:15:38 UTC (rev 4970) @@ -181,7 +181,7 @@ #endif
/* Setup MTRRs */ - x86_setup_mtrrs(36); + x86_setup_mtrrs(32); x86_mtrr_check();
#if CONFIG_USBDEBUG_DIRECT