Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64, NUMA: Cleanup NUMA disabled messages
As noted by Dennis Chen, we don't want to print "No NUMA configuration found" if NUMA was forced off from the command line. Change the type of numa_off to bool, and clean up printing code. Print "NUMA disabled" if forced off on command line and "No NUMA configuration found" if there was no firmware NUMA information. Signed-off-by: David Daney <[email protected]> Acked-by: Catalin Marinas <[email protected]> Reviewed-by: Dennis Chen <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
- Loading branch information