Updated IA64 #ifdef

date	2002.05.01.22.59.00;	author psdiefen;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:25:23 +00:00
parent 277f42ef7a
commit 257e333540

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: aclinux.h - OS specific defines, etc.
* $Revision: 1.21 $
* $Revision: 1.22 $
*
*****************************************************************************/
@ -133,7 +133,7 @@
#define strtoul simple_strtoul
#ifdef __ia64__
#ifdef CONFIG_IA64
#define ACPI_FLUSH_CPU_CACHE()
#else
#define ACPI_FLUSH_CPU_CACHE() wbinvd()