mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Fixed IA64 wbinvd compile issue
date 2002.04.09.23.00.00; author psdiefen; state Exp;
This commit is contained in:
parent
b42f174525
commit
0c4ebdcc9d
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: aclinux.h - OS specific defines, etc.
|
||||
* $Revision: 1.19 $
|
||||
* $Revision: 1.20 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -133,7 +133,7 @@
|
||||
|
||||
#define strtoul simple_strtoul
|
||||
|
||||
#ifdef _IA64
|
||||
#ifdef __ia64__
|
||||
#define ACPI_FLUSH_CPU_CACHE()
|
||||
#else
|
||||
#define ACPI_FLUSH_CPU_CACHE() wbinvd()
|
||||
|
Loading…
Reference in New Issue
Block a user