diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/acpi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 5b4f9accf96b..7f307f3bd12c 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
| @@ -267,6 +267,9 @@ static inline bool invalid_phys_cpuid(phys_cpuid_t phys_id) | |||
| 267 | return phys_id == PHYS_CPUID_INVALID; | 267 | return phys_id == PHYS_CPUID_INVALID; |
| 268 | } | 268 | } |
| 269 | 269 | ||
| 270 | /* Validate the processor object's proc_id */ | ||
| 271 | bool acpi_processor_validate_proc_id(int proc_id); | ||
| 272 | |||
| 270 | #ifdef CONFIG_ACPI_HOTPLUG_CPU | 273 | #ifdef CONFIG_ACPI_HOTPLUG_CPU |
| 271 | /* Arch dependent functions for cpu hotplug support */ | 274 | /* Arch dependent functions for cpu hotplug support */ |
| 272 | int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu); | 275 | int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu); |
