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:
imp 2006-01-09 06:05:57 +00:00
parent 3347c71afa
commit c2b2965b6a
12 changed files with 15 additions and 13 deletions

View File

@ -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.
*/

View File

@ -66,6 +66,8 @@
#ifndef _NO_NAMESPACE_POLLUTION
#define __PCI_REROUTE_INTERRUPT
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_

View File

@ -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.

View File

@ -66,6 +66,9 @@
#ifndef _NO_NAMESPACE_POLLUTION
#define __HAVE_ACPI
#define __PCI_REROUTE_INTERRUPT
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_

View File

@ -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.
*/

View File

@ -59,6 +59,8 @@
#ifndef _NO_NAMESPACE_POLLUTION
#define __PCI_REROUTE_INTERRUPT
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_

View File

@ -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.

View File

@ -51,6 +51,9 @@
#ifndef _NO_NAMESPACE_POLLUTION
#define __HAVE_ACPI
#define __PCI_REROUTE_INTERRUPT
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_

View File

@ -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.
*/

View File

@ -65,6 +65,9 @@
#ifndef _NO_NAMESPACE_POLLUTION
#define __HAVE_ACPI
#define __PCI_REROUTE_INTERRUPT
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_

View File

@ -4,5 +4,3 @@
/* $FreeBSD$ */
#include <i386/_types.h>
#undef __HAVE_ACPI

View File

@ -29,3 +29,5 @@
#define MACHINE "pc98"
#include <i386/param.h>
#undef __HAVE_ACPI