Add back 32 bit addressing flag for 32 bit builds.
Should fix #13383. Leaving other warning fix as they may not be needed with new ACPICA.
This commit is contained in:
parent
d78cf60aca
commit
ca92f2f454
@ -181,6 +181,11 @@ struct mutex;
|
||||
#define ACPI_MACHINE_WIDTH 64
|
||||
#else
|
||||
#define ACPI_MACHINE_WIDTH 32
|
||||
/* TODO: Temporary fix for #12377
|
||||
Use 32 bit addresses to match addr_t for now.
|
||||
*/
|
||||
#define ACPI_32BIT_PHYSICAL_ADDRESS
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user