diff options
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/include/_types.h | 2 | ||||
-rw-r--r-- | sys/i386/include/param.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/include/_types.h b/sys/i386/include/_types.h index 1238183..b272cf0 100644 --- a/sys/i386/include/_types.h +++ b/sys/i386/include/_types.h @@ -44,8 +44,6 @@ #endif #define __NO_STRICT_ALIGNMENT -#define __HAVE_ACPI -#define __PCI_REROUTE_INTERRUPT /* * Basic types upon which most other types are built. diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index 633d164..0f67c27 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -51,6 +51,9 @@ #ifndef _NO_NAMESPACE_POLLUTION +#define __HAVE_ACPI +#define __PCI_REROUTE_INTERRUPT + #ifndef _MACHINE_PARAM_H_ #define _MACHINE_PARAM_H_ |