Remove old TODO

The uptime is now correct with HPET
This commit is contained in:
Baptiste Wicht 2016-09-30 22:23:54 +02:00
parent 8035191756
commit a66ab86969
No known key found for this signature in database
GPG Key ID: C5566B6C7F884532

View File

@ -25,7 +25,6 @@ uint64_t _timer_frequency = 0;
uint64_t (*_counter_fun)() = nullptr;
uint64_t _counter_frequency = 0;
//TODO The uptime in seconds with HPET is not correct
std::string sysfs_uptime(){
return std::to_string(timer::seconds());
}