View | Details | Raw Unified | Return to bug 256502 | Differences between
and this patch

Collapse All | Expand All

(-)usr.sbin/cpucontrol/intel.c (-2 / +2 lines)
Lines 242-249 no_table: Link Here
242
			    (flags & ext_table[i].cpu_flags) != 0)
242
			    (flags & ext_table[i].cpu_flags) != 0)
243
				goto matched;
243
				goto matched;
244
		}
244
		}
245
	} else
245
	}
246
		goto fail;
246
	goto fail;
247
247
248
matched:
248
matched:
249
	if (revision >= fw_header->revision) {
249
	if (revision >= fw_header->revision) {

Return to bug 256502