Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.
This commit is contained in:
parent
569d6fdcd5
commit
789327f183
@ -138,7 +138,9 @@
|
||||
|
||||
/* Single threaded */
|
||||
|
||||
#ifndef __FreeBSD__
|
||||
#define ACPI_APPLICATION
|
||||
#endif
|
||||
|
||||
/* Asm macros */
|
||||
|
||||
@ -150,12 +152,6 @@
|
||||
|
||||
/*! [Begin] no source code translation */
|
||||
|
||||
#include <asm/pal.h>
|
||||
|
||||
#define halt() ia64_pal_halt_light() /* PAL_HALT[_LIGHT] */
|
||||
#define safe_halt() ia64_pal_halt(1) /* PAL_HALT */
|
||||
|
||||
|
||||
#define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) \
|
||||
do { \
|
||||
__asm__ volatile ("1: ld4 r29=%1\n" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user