On Fri, 4 Jul 2025, Ahmed S. Darwish wrote: > Per 61ba1aa3a0db ("rt-tests: cyclictest: Add --default-system option"), > explicitly mark the --laptop option as obsolete and recommend using > --default-system instead. > > Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> > --- > src/cyclictest/cyclictest.8 | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 > index f320f66..aff900d 100644 > --- a/src/cyclictest/cyclictest.8 > +++ b/src/cyclictest/cyclictest.8 > @@ -92,8 +92,7 @@ cpus. > . > .TP > .B \-\-laptop > -Save battery when running cyclictest. This will give you poorer realtime > -results, but will not drain your battery so quickly. > +Obsolete option. Please use \-\-default\-system instead. > . > .SS "Sleep-mechanism clock options" > . > -- > 2.49.0 > > > I think this requires a patch to cyclictest as well, but otherwise Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>