===== init.c 1.2 vs edited ===== --- 1.2/init.c Mon Jun 9 14:25:40 2003 +++ edited/init.c Mon Jun 9 14:27:42 2003 @@ -403,16 +403,12 @@ l1_cache = cpu_id.cache_info[3]; l1_cache += cpu_id.cache_info[7]; case 15: - switch (cpu_id.model) { - case 5: - cprint(LINE_CPU, 0, "AMD Opteron"); - off = 11; - l1_cache = cpu_id.cache_info[3]; - l1_cache += cpu_id.cache_info[7]; - l2_cache = (cpu_id.cache_info[11] << 8); - l2_cache += cpu_id.cache_info[10]; - break; - } + cprint(LINE_CPU, 0, "AMD Opteron"); + off = 11; + l1_cache = cpu_id.cache_info[3]; + l1_cache += cpu_id.cache_info[7]; + l2_cache = (cpu_id.cache_info[11] << 8); + l2_cache += cpu_id.cache_info[10]; } break;