|
@@ -485,7 +485,7 @@ typedef u8 acpi_owner_id;
|
|
/*
|
|
/*
|
|
* Constants with special meanings
|
|
* Constants with special meanings
|
|
*/
|
|
*/
|
|
-#define ACPI_ROOT_OBJECT ACPI_ADD_PTR (acpi_handle, (void *) 0, ACPI_MAX_PTR)
|
|
|
|
|
|
+#define ACPI_ROOT_OBJECT ((acpi_handle) ACPI_TO_POINTER (ACPI_MAX_PTR))
|
|
#define ACPI_WAIT_FOREVER 0xFFFF /* u16, as per ACPI spec */
|
|
#define ACPI_WAIT_FOREVER 0xFFFF /* u16, as per ACPI spec */
|
|
#define ACPI_DO_NOT_WAIT 0
|
|
#define ACPI_DO_NOT_WAIT 0
|
|
|
|
|