cache support define

date	2005.06.22.22.21.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:25:42 +00:00
parent fdb40b33f7
commit 342fe1117c

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: aclinux.h - OS specific defines, etc.
* $Revision: 1.36 $
* $Revision: 1.37 $
*
*****************************************************************************/
@ -135,6 +135,11 @@
#define ACPI_MACHINE_WIDTH BITS_PER_LONG
/* Type(s) for the OSL */
#define ACPI_CACHE_T kmem_cache_t
#else /* !__KERNEL__ */
#include <stdarg.h>