aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actypes.h
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2015-05-06 10:57:53 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-05-19 02:20:23 +0200
commit9c82e83e6b9d999f13c93083ab47b14209662c4b (patch)
tree9290748ea126795a0f32709b40537588554847c5 /include/acpi/actypes.h
parentRevert "ACPICA: Permanently set _REV to the value '2'." (diff)
downloadlinux-dev-9c82e83e6b9d999f13c93083ab47b14209662c4b.tar.xz
linux-dev-9c82e83e6b9d999f13c93083ab47b14209662c4b.zip
ACPICA: Divergence: Remove redundant definitions.
There are two same "define"s in the actypes.h for ACPI_USE_NATIVE_DIVIDE, this patch removes one of them as it is useless and is not in the ACPICA upstream. It is likely that the useless block is there because of the issues in the old ACPICA release process. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
-rw-r--r--include/acpi/actypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index 1c3002e1db20..a9d33e8c33b7 100644
--- a/include/acpi/actypes.h
+++ b/include/acpi/actypes.h
@@ -471,11 +471,6 @@ typedef u8 acpi_owner_id;
#define ACPI_INTEGER_BIT_SIZE 64
#define ACPI_MAX_DECIMAL_DIGITS 20 /* 2^64 = 18,446,744,073,709,551,616 */
-
-#if ACPI_MACHINE_WIDTH == 64
-#define ACPI_USE_NATIVE_DIVIDE /* Use compiler native 64-bit divide */
-#endif
-
#define ACPI_MAX64_DECIMAL_DIGITS 20
#define ACPI_MAX32_DECIMAL_DIGITS 10
#define ACPI_MAX16_DECIMAL_DIGITS 5