diff options
| author | Tejun Heo <tj@kernel.org> | 2011-05-02 14:16:37 +0200 | 
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2011-05-02 14:16:47 +0200 | 
| commit | ba67cf5cf2ce10ad86a212b70f8c7c75d93a5016 (patch) | |
| tree | 70242f5927c6d6454bd352ff78f956cfc5238f59 /drivers/acpi/processor_throttling.c | |
| parent | aff364860aa105b2deacc6f21ec8ef524460e3fc (diff) | |
| parent | 2be19102b71c1a45d37fec50303791daa1a06869 (diff) | |
| download | olio-linux-3.10-ba67cf5cf2ce10ad86a212b70f8c7c75d93a5016.tar.xz olio-linux-3.10-ba67cf5cf2ce10ad86a212b70f8c7c75d93a5016.zip  | |
Merge branch 'x86/urgent' into x86-mm
Merge reason: Pick up the following two fix commits.
  2be19102b7: x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo()
  765af22da8: x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 change
Scheduled NUMA init 32/64bit unification changes depend on these.
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/acpi/processor_throttling.c')
| -rw-r--r-- | drivers/acpi/processor_throttling.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index 6f2c6d914cb..605a2954ef1 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c @@ -1152,7 +1152,7 @@ int acpi_processor_set_throttling(struct acpi_processor *pr,  			 */  			if (!match_pr->flags.throttling) {  				ACPI_DEBUG_PRINT((ACPI_DB_INFO, -					"Throttling Controll is unsupported " +					"Throttling Control is unsupported "  					"on CPU %d\n", i));  				continue;  			}  |