Searched refs:brand_idx (Results 1 – 1 of 1) sorted by relevance
1004 unsigned brand_idx; in go32_sysinfo() local1016 brand_idx = cpuid_ebx & 0xff; in go32_sysinfo()1022 if (brand_idx > 0 in go32_sysinfo()1023 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0]) in go32_sysinfo()1024 && *brand_name[brand_idx]) in go32_sysinfo()1025 strcpy (cpu_brand, brand_name[brand_idx]); in go32_sysinfo()