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
......@@ -101,12 +101,6 @@ __acpi_release_global_lock (unsigned int *lock)
:"=r"(n_hi), "=r"(n_lo) \
:"0"(n_hi), "1"(n_lo))
/*
* Refer Intel ACPI _PDC support document for bit definitions
*/
#define ACPI_PDC_EST_CAPABILITY_SMP 0xa
#define ACPI_PDC_EST_CAPABILITY_MSR 0x1
/*
* Refer Intel ACPI _PDC support document for bit definitions
*/
......
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