cpufreq: Unbreak build.

This commit is contained in:
Emmanuel Vadot 2020-03-09 03:34:16 +00:00
parent 21d69a144e
commit 7c96220162

View file

@ -519,7 +519,8 @@ cpufreq_dt_attach(device_t dev)
continue;
if (cpu == sc->cpu) {
DEBUG(dev, "Skipping our cpu\n");
CPU_SET(cpu++, &sc->cpus);
CPU_SET(cpu, &sc->cpus);
cpu++;
continue;
}
DEBUG(dev, "Testing CPU %d\n", cpu);