Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2413d2c1 authored by Len Brown's avatar Len Brown
Browse files

[ACPI] build fix - processor_core.c w/ !CONFIG_SMP

parent 129521dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ static int acpi_processor_remove_fs(struct acpi_device *device)

/* Use the acpiid in MADT to map cpus in case of SMP */
#ifndef CONFIG_SMP
#define convert_acpiid_to_cpu(acpi_id) (0xff)
#define convert_acpiid_to_cpu(acpi_id, cpu_indexp) (0xff)
#else

#ifdef CONFIG_IA64