From: claudio Date: Tue, 26 Apr 2022 10:48:20 +0000 (+0000) Subject: No need for line wrap here. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=02c0606340d470802b63240fb57b6dde8429afb7;p=openbsd No need for line wrap here. --- diff --git a/sys/arch/amd64/amd64/identcpu.c b/sys/arch/amd64/amd64/identcpu.c index 060e73e7dd5..158f4c42536 100644 --- a/sys/arch/amd64/amd64/identcpu.c +++ b/sys/arch/amd64/amd64/identcpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: identcpu.c,v 1.123 2022/04/26 08:35:30 claudio Exp $ */ +/* $OpenBSD: identcpu.c,v 1.124 2022/04/26 10:48:20 claudio Exp $ */ /* $NetBSD: identcpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */ /* @@ -818,8 +818,7 @@ identifycpu(struct cpu_info *ci) #endif /* NVMM > 0 */ /* Check for effective frequency via MPERF, APERF */ - if ((cpu_tpm_ecxflags & TPM_EFFFREQ) && - ci->ci_smt_id == 0) { + if ((cpu_tpm_ecxflags & TPM_EFFFREQ) && ci->ci_smt_id == 0) { #ifndef SMALL_KERNEL ci->ci_hz_sensor.type = SENSOR_FREQ; sensor_task_register(ci, cpu_hz_update_sensor, 1);