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:
parent
92ff8e1edd
commit
07bc3537a9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue