|
|
@@ -651,8 +651,7 @@ void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu, u8 node_id)
|
|
|
if (c->x86 < 0x17) {
|
|
|
/* LLC is at the node level. */
|
|
|
per_cpu(cpu_llc_id, cpu) = node_id;
|
|
|
- } else if (c->x86 == 0x17 &&
|
|
|
- c->x86_model >= 0 && c->x86_model <= 0x1F) {
|
|
|
+ } else if (c->x86 == 0x17 && c->x86_model <= 0x1F) {
|
|
|
/*
|
|
|
* LLC is at the core complex level.
|
|
|
* Core complex ID is ApicId[3] for these processors.
|