mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
Moved ACPI_APPLICATION define to inside _IA64.
date 2000.08.25.21.50.00; author cgreen; state Exp;
This commit is contained in:
parent
142255f20f
commit
ba5e82b7a2
@ -169,10 +169,6 @@
|
||||
#include <asm/system.h>
|
||||
#include <asm/atomic.h>
|
||||
|
||||
/* Single threaded */
|
||||
|
||||
#define ACPI_APPLICATION
|
||||
|
||||
/* Use native Linux string library */
|
||||
|
||||
#define ACPI_USE_SYSTEM_CLIBRARY
|
||||
@ -383,6 +379,9 @@ typedef char *va_list;
|
||||
|
||||
#ifdef __ia64__
|
||||
|
||||
/* Single threaded */
|
||||
#define ACPI_APPLICATION
|
||||
|
||||
#define ACPI_ASM_MACROS
|
||||
#define causeinterrupt(level)
|
||||
#define BREAKPOINT3
|
||||
|
Loading…
Reference in New Issue
Block a user