scx_lavd: Drop message about unsupported multi-CXX support

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2024-08-25 01:06:33 +02:00
parent e81faef103
commit 906d054770
No known key found for this signature in database
GPG Key ID: C3C4820857F654FE

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.");