Fixed IA64 wbinvd compile issue

date	2002.04.09.23.00.00;	author psdiefen;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:25:21 +00:00
parent b42f174525
commit 0c4ebdcc9d

View File

@ -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()