mirror of
https://github.com/acpica/acpica/
synced 2025-01-08 10:32:03 +03:00
cache support define
date 2005.06.22.22.21.00; author rmoore1; state Exp;
This commit is contained in:
parent
fdb40b33f7
commit
342fe1117c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user