Commit e40a6a14 authored by Len Brown's avatar Len Brown

[ACPI] remove duplicate _PDC #defines resulting from mis-merge

Signed-off-by: default avatarZhenyu Z. Wang <zhenyu.z.wang@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 46bcd6ad
...@@ -107,12 +107,6 @@ __acpi_release_global_lock (unsigned int *lock) ...@@ -107,12 +107,6 @@ __acpi_release_global_lock (unsigned int *lock)
#define ACPI_PDC_EST_CAPABILITY_SMP 0xa #define ACPI_PDC_EST_CAPABILITY_SMP 0xa
#define ACPI_PDC_EST_CAPABILITY_MSR 0x1 #define ACPI_PDC_EST_CAPABILITY_MSR 0x1
/*
* Refer Intel ACPI _PDC support document for bit definitions
*/
#define ACPI_PDC_EST_CAPABILITY_SMP 0xa
#define ACPI_PDC_EST_CAPABILITY_MSR 0x1
#ifdef CONFIG_ACPI_BOOT #ifdef CONFIG_ACPI_BOOT
extern int acpi_lapic; extern int acpi_lapic;
extern int acpi_ioapic; extern int acpi_ioapic;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment