per denis, add cache_disable call.

This commit is contained in:
Ronald G. Minnich 2000-11-25 04:13:05 +00:00
commit a627e0bf31

View file

@ -88,6 +88,8 @@ int intel_l2_configure()
int signature, tmp;
int cache_size;
cache_disable();
intel_cpuid(0, &eax, &ebx, &ecx, &edx);
if (ebx != 0x756e6547 || edx != 0x49656e69 || ecx != 0x6c65746e) {