By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into
param.h. Per request, I've placed these just after the _NO_NAMESPACE_POLLUTION ifndef. I've not renamed anything yet, but may since we don't need the __. Submitted by: bde, jhb, scottl, many others.
This commit is contained in:
parent
3347c71afa
commit
c2b2965b6a
@ -43,8 +43,6 @@
|
||||
#error this file needs sys/cdefs.h as a prerequisite
|
||||
#endif
|
||||
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
/*
|
||||
* Basic types upon which most other types are built.
|
||||
*/
|
||||
|
@ -66,6 +66,8 @@
|
||||
|
||||
#ifndef _NO_NAMESPACE_POLLUTION
|
||||
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
#ifndef _MACHINE_PARAM_H_
|
||||
#define _MACHINE_PARAM_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.
|
||||
|
@ -66,6 +66,9 @@
|
||||
|
||||
#ifndef _NO_NAMESPACE_POLLUTION
|
||||
|
||||
#define __HAVE_ACPI
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
#ifndef _MACHINE_PARAM_H_
|
||||
#define _MACHINE_PARAM_H_
|
||||
|
||||
|
@ -43,8 +43,6 @@
|
||||
#error this file needs sys/cdefs.h as a prerequisite
|
||||
#endif
|
||||
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
/*
|
||||
* Basic types upon which most other types are built.
|
||||
*/
|
||||
|
@ -59,6 +59,8 @@
|
||||
|
||||
#ifndef _NO_NAMESPACE_POLLUTION
|
||||
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
#ifndef _MACHINE_PARAM_H_
|
||||
#define _MACHINE_PARAM_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.
|
||||
|
@ -51,6 +51,9 @@
|
||||
|
||||
#ifndef _NO_NAMESPACE_POLLUTION
|
||||
|
||||
#define __HAVE_ACPI
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
#ifndef _MACHINE_PARAM_H_
|
||||
#define _MACHINE_PARAM_H_
|
||||
|
||||
|
@ -43,9 +43,6 @@
|
||||
#error this file needs sys/cdefs.h as a prerequisite
|
||||
#endif
|
||||
|
||||
#define __HAVE_ACPI
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
/*
|
||||
* Basic types upon which most other types are built.
|
||||
*/
|
||||
|
@ -65,6 +65,9 @@
|
||||
|
||||
#ifndef _NO_NAMESPACE_POLLUTION
|
||||
|
||||
#define __HAVE_ACPI
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
#ifndef _MACHINE_PARAM_H_
|
||||
#define _MACHINE_PARAM_H_
|
||||
|
||||
|
@ -4,5 +4,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <i386/_types.h>
|
||||
|
||||
#undef __HAVE_ACPI
|
||||
|
@ -29,3 +29,5 @@
|
||||
#define MACHINE "pc98"
|
||||
|
||||
#include <i386/param.h>
|
||||
|
||||
#undef __HAVE_ACPI
|
||||
|
Loading…
Reference in New Issue
Block a user