-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
controller: add support for 64k-pages kernel on aarch64
This commit consist of the following changes: * Enhanced the performanceprofile controller to choose 64k-pages MC kernelType, when 64K pages specified. * Added unit tests to cover the following scenarios: RealTime kernel disabled + 64K => 64-pages kernelType RealTime kernel disabled + 4K => default kernelType RealTime kernel enabled + 4K => realtime kernelType Note that the case of RealTime kernel enabled + 64K is not tested, as it is expected to be rejected by validation. Signed-off-by: Ronny Baturov <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters