Skip to content

Commit

Permalink
ACPICA: Divergence: Remove redundant definitions.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lv Zheng authored and Rafael J. Wysocki committed May 19, 2015
1 parent ff284f3 commit 9c82e83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/acpi/actypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c82e83

Please sign in to comment.