diff options
| author | Bob Moore <robert.moore@intel.com> | 2010-09-15 02:00:53 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2010-10-01 01:47:55 -0400 |
| commit | e786db75406b30fa74dea095c571c8c164a2f3dd (patch) | |
| tree | bb66c29a0981e781f6e16bde89b33091887cf05c /include/acpi | |
| parent | 28eb3fcf8762a3b52f4fef5af29dce50d23c7151 (diff) | |
ACPICA: Update math module; no functional change
Move the 64-bit overlay structures to the utmath module since
they are used nowhere else. Update module comment. ACPICA BZ 829.
http://www.acpica.org/bugzilla/show_bug.cgi?id=829
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
| -rw-r--r-- | include/acpi/actypes.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 864cfae337f..2b134b691e3 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
| @@ -378,16 +378,6 @@ typedef void *acpi_handle; /* Actually a ptr to a NS Node */ | |||
| 378 | typedef u8 acpi_owner_id; | 378 | typedef u8 acpi_owner_id; |
| 379 | #define ACPI_OWNER_ID_MAX 0xFF | 379 | #define ACPI_OWNER_ID_MAX 0xFF |
| 380 | 380 | ||
| 381 | struct uint64_struct { | ||
| 382 | u32 lo; | ||
| 383 | u32 hi; | ||
| 384 | }; | ||
| 385 | |||
| 386 | union uint64_overlay { | ||
| 387 | u64 full; | ||
| 388 | struct uint64_struct part; | ||
| 389 | }; | ||
| 390 | |||
| 391 | #define ACPI_INTEGER_BIT_SIZE 64 | 381 | #define ACPI_INTEGER_BIT_SIZE 64 |
| 392 | #define ACPI_MAX_DECIMAL_DIGITS 20 /* 2^64 = 18,446,744,073,709,551,616 */ | 382 | #define ACPI_MAX_DECIMAL_DIGITS 20 /* 2^64 = 18,446,744,073,709,551,616 */ |
| 393 | 383 | ||
