- wbinvd isn't an inline on ia64.
- includes are not in subdirectories.
This commit is contained in:
parent
6d804030e6
commit
4bccc7175f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77429
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -120,7 +120,7 @@
|
||||
#ifndef __ACPIOSXF_H__
|
||||
#define __ACPIOSXF_H__
|
||||
|
||||
#include "platform/acenv.h"
|
||||
#include "acenv.h"
|
||||
#include "actypes.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user