Add the MD ifdefs for amd64 to point to the IO space bustag/handle.
Approved by: re ("safe" amd64 support)
This commit is contained in:
parent
cc71eb5e10
commit
151cd71608
@ -61,6 +61,10 @@
|
||||
#define ACPI_BUS_SPACE_IO IA64_BUS_SPACE_IO
|
||||
#define ACPI_BUS_HANDLE 0
|
||||
#endif
|
||||
#ifdef __amd64__
|
||||
#define ACPI_BUS_SPACE_IO AMD64_BUS_SPACE_IO
|
||||
#define ACPI_BUS_HANDLE 0
|
||||
#endif
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiOsReadPort (
|
||||
|
Loading…
Reference in New Issue
Block a user