Skip to content
Commit 0aad9581 authored by Jean-Philippe Brucker's avatar Jean-Philippe Brucker Committed by Ryan Roberts
Browse files

configs/cca-3world: Use CONFIG_HZ_100 for the kernel



Running the CCA guest on an emulated platform is very slow. An easy
optimization is reducing the number of context switches to the host due
to timer interrupts, since context switches are very expensive on CCA.
Using HZ_100 instead of the default HZ_250 improves guest boot time.

Signed-off-by: default avatarJean-Philippe Brucker <jean-philippe@linaro.org>
parent 6eb64721
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment