#include "cg_arch.h"
-// All CPUID info taken from sandpile.org/a32/cpuid.htm */
+// All CPUID info taken from sandpile.org/ia32/cpuid.htm */
// Probably only works for Intel and AMD chips, and probably only for some of
// them.
micro_ops_warn(32, 32, 32);
break;
+ /* not sectored, whatever that might mean */
+ case 0x78: *L2c = (cache_t) { 1024, 4, 64 }; L2_found = True; break;
+
/* These are sectored, whatever that means */
case 0x79: *L2c = (cache_t) { 128, 8, 64 }; L2_found = True; break;
case 0x7a: *L2c = (cache_t) { 256, 8, 64 }; L2_found = True; break;