#61: Add mtrr support for pentium m cpus -----------------------------------------------------+---------------------- Reporter: Jon Dufresne jon.dufresne@gmail.com | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Keywords: | Dependencies: Patchstatus: patch needs review | -----------------------------------------------------+---------------------- For cache to work the x86_setup_mtrrs() must be called. My cache would not work without adding this to the cpu/intel/model_*/model_*_init.c file. My cpu is a model_6dx I added this line to the other cpu's but only tested model_6dx (that is the only one I have). However, they should work.