Merge pull request #552 from CachyOS/lavd-mutli-cxx2

scx_lavd: Drop message about unsupported multi-CXX support
This commit is contained in:
Changwoo Min 2024-08-25 11:48:12 +09:00 committed by GitHub
commit 8b1874c27f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -683,10 +683,6 @@ fn main() -> Result<()> {
"scx_lavd scheduler is initialized (build ID: {})",
*build_id::SCX_FULL_VERSION
);
info!(
" Note that scx_lavd currently is not optimized for multi-CCX/NUMA architectures."
);
info!(" Stay tuned for future improvements!");
info!(
" stat: ('L'atency-critical, 'R'egular) (performance-'H'ungry, performance-'I'nsensitive) ('B'ig, li'T'tle) ('E'ligigle, 'G'reedy) ('P'reempting, 'N'ot)");
info!("scx_lavd scheduler starts running.");