Use 64 bit addressing for ACPI on 32 bit builds.
32 bit builds with PAE are so much fun. It's like 64 bit without all the extra registers...
This commit is contained in:
@@ -15,8 +15,8 @@ typedef union acpi_object_type acpi_object_type;
|
||||
|
||||
#define B_ACPI_MODULE_NAME "bus_managers/acpi/v1"
|
||||
|
||||
typedef addr_t acpi_physical_address;
|
||||
typedef addr_t acpi_io_address;
|
||||
typedef phys_addr_t acpi_physical_address;
|
||||
typedef phys_addr_t acpi_io_address;
|
||||
typedef size_t acpi_size;
|
||||
|
||||
/* Actually a ptr to a NS Node */
|
||||
|
||||
Reference in New Issue
Block a user