- wbinvd isn't an inline on ia64.

- includes are not in subdirectories.
This commit is contained in:
Mike Smith 2001-05-29 20:03:32 +00:00
parent 6d804030e6
commit 4bccc7175f
3 changed files with 2 additions and 4 deletions

View File

@ -130,9 +130,7 @@
#define BREAKPOINT3 #define BREAKPOINT3
#define disable() __cli() #define disable() __cli()
#define enable() __sti() #define enable() __sti()
#ifndef __FreeBSD__ /* XXX conflicts with inline in cpufunc.h */
#define wbinvd() #define wbinvd()
#endif
/*! [Begin] no source code translation */ /*! [Begin] no source code translation */

View File

@ -123,7 +123,7 @@
* in the rest of the source code again and again. * in the rest of the source code again and again.
*/ */
#include "acconfig.h" /* Configuration constants */ #include "acconfig.h" /* Configuration constants */
#include "platform/acenv.h" /* Target environment specific items */ #include "acenv.h" /* Target environment specific items */
#include "actypes.h" /* Fundamental common data types */ #include "actypes.h" /* Fundamental common data types */
#include "acexcep.h" /* ACPI exception codes */ #include "acexcep.h" /* ACPI exception codes */
#include "acmacros.h" /* C macros */ #include "acmacros.h" /* C macros */

View File

@ -120,7 +120,7 @@
#ifndef __ACPIOSXF_H__ #ifndef __ACPIOSXF_H__
#define __ACPIOSXF_H__ #define __ACPIOSXF_H__
#include "platform/acenv.h" #include "acenv.h"
#include "actypes.h" #include "actypes.h"