1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix doxygen @todo command

This commit is contained in:
Steffen Vogel 2021-07-09 19:11:31 +02:00
parent 92ff8e1edd
commit 07bc3537a9

View file

@ -59,7 +59,7 @@ int tsc_init(struct tsc *t)
int64_t frequency;
size_t lenp = sizeof(frequency);
/** @todo: machdep.tsc.frequency seems to be a measured frequency (based on local APIC?
/** @todo machdep.tsc.frequency seems to be a measured frequency (based on local APIC?
* We should figure out which frequency is more accurate */
// ret = sysctlbyname("hw.cpufrequency", &frequency, &lenp, nullptr, 0);
ret = sysctlbyname("machdep.tsc.frequency", &frequency, &lenp, nullptr, 0);