- 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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77429
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -123,7 +123,7 @@
* in the rest of the source code again and again.
*/
#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 "acexcep.h" /* ACPI exception codes */
#include "acmacros.h" /* C macros */

View File

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