[PATCH v6 07/14] arm64, numa: Cleanup NUMA disabled messages.
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2016-05-11 09:12:39
Also in:
linux-acpi, lkml
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2016-05-11 09:12:39
Also in:
linux-acpi, lkml
On Wed, Apr 27, 2016 at 11:07:09AM -0700, David Daney wrote:
From: David Daney <redacted> 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 <redacted>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>