]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.arch/acpi_processor_cleanups.patch
Add a patch to fix Intel E100 wake-on-lan problems.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.arch / acpi_processor_cleanups.patch
1 From: Myron Stowe <myron.stowe@hp.com>
2 Subject: ACPI: 80 column adherence and spelling fix (no functional change)
3 References: bnc#440062
4 Patch-Mainline: yes
5 Commit-ID: 5b53ed69158eeff115004f246193d07a083445f6
6
7 Signed-off-by: Thomas Renninger <trenn@suse.de>
8
9 Signed-off-by: Myron Stowe <myron.stowe@hp.com>
10 Signed-off-by: Len Brown <len.brown@intel.com>
11
12 diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c
13 index bc332fc..b57b1f0 100644
14 --- a/drivers/acpi/processor_core.c
15 +++ b/drivers/acpi/processor_core.c
16 @@ -595,9 +595,10 @@ static int acpi_processor_get_info(struct acpi_device *device)
17 }
18
19 /*
20 - * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
21 - * >>> 'acpi_get_processor_id(acpi_id, &id)' in arch/xxx/acpi.c
22 - */
23 + * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
24 + * >>> 'acpi_get_processor_id(acpi_id, &id)' in
25 + * arch/xxx/acpi.c
26 + */
27 pr->acpi_id = object.processor.proc_id;
28 }
29 cpu_index = get_cpu_id(pr->handle, device_declaration, pr->acpi_id);