Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.

This commit is contained in:
Doug Rabson 2002-03-18 10:16:57 +00:00
parent 569d6fdcd5
commit 789327f183

View File

@ -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" \