mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-30 22:50:23 +00:00
commit
4c3f1fd61c
@ -42,7 +42,7 @@ const volatile u32 is_smt_active;
|
|||||||
const volatile u8 verbose;
|
const volatile u8 verbose;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Exit infomation
|
* Exit information
|
||||||
*/
|
*/
|
||||||
UEI_DEFINE(uei);
|
UEI_DEFINE(uei);
|
||||||
|
|
||||||
|
@ -333,7 +333,7 @@ impl FlatTopology {
|
|||||||
for cpu_fid in cpu_fids.iter_mut() {
|
for cpu_fid in cpu_fids.iter_mut() {
|
||||||
cpu_fid.cpu_cap = 1024 as usize;
|
cpu_fid.cpu_cap = 1024 as usize;
|
||||||
}
|
}
|
||||||
warn!("System does not provide proper CPU frequency infomation.");
|
warn!("System does not provide proper CPU frequency information.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sort the cpu_fids
|
// Sort the cpu_fids
|
||||||
|
Loading…
Reference in New Issue
Block a user