]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.25/patches.arch/acpi_processor_cleanups.patch
Revert "Move xen patchset to new version's subdir."
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.arch / acpi_processor_cleanups.patch
diff --git a/src/patches/suse-2.6.27.25/patches.arch/acpi_processor_cleanups.patch b/src/patches/suse-2.6.27.25/patches.arch/acpi_processor_cleanups.patch
new file mode 100644 (file)
index 0000000..376ce00
--- /dev/null
@@ -0,0 +1,29 @@
+From: Myron Stowe <myron.stowe@hp.com>
+Subject: ACPI: 80 column adherence and spelling fix (no functional change)
+References: bnc#440062
+Patch-Mainline: yes
+Commit-ID: 5b53ed69158eeff115004f246193d07a083445f6
+
+Signed-off-by: Thomas Renninger <trenn@suse.de>
+
+Signed-off-by: Myron Stowe <myron.stowe@hp.com>
+Signed-off-by: Len Brown <len.brown@intel.com>
+
+diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c
+index bc332fc..b57b1f0 100644
+--- a/drivers/acpi/processor_core.c
++++ b/drivers/acpi/processor_core.c
+@@ -595,9 +595,10 @@ static int acpi_processor_get_info(struct acpi_device *device)
+               }
+               /*
+-              * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
+-              *      >>> 'acpi_get_processor_id(acpi_id, &id)' in arch/xxx/acpi.c
+-              */
++               * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
++               *      >>> 'acpi_get_processor_id(acpi_id, &id)' in
++               *      arch/xxx/acpi.c
++               */
+               pr->acpi_id = object.processor.proc_id;
+       }
+       cpu_index = get_cpu_id(pr->handle, device_declaration, pr->acpi_id);