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:
Fredrik Holmqvist
2017-03-28 21:34:42 +02:00
parent dd9702007b
commit e5c95a01ff
3 changed files with 7 additions and 11 deletions
+2 -2
View File
@@ -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 */