Added kinfo, reduced global state
This commit is contained in:
parent
2213707c6a
commit
e72c8fe6fd
30 changed files with 510 additions and 574 deletions
|
|
@ -15,7 +15,7 @@ int calibration_timer = -1;
|
|||
void timer_init(void){
|
||||
if(pmt_init() == -1){
|
||||
klog(__func__, "PMT Timer not found, falling back");
|
||||
/* Fall back to PIT */
|
||||
/* Fall back to HPET */
|
||||
}else{
|
||||
calibration_timer = PMT;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue