Commit a0a3f6c6 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Changes for Cygwin compatibility



Allow generation of ACPICA apps on Cygwin.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent aa2e09da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@

/*! [Begin] no source code translation */

#if defined(__linux__)
#if defined(_LINUX) || defined(__linux__)
#include "aclinux.h"

#elif defined(_AED_EFI)
+3 −0
Original line number Diff line number Diff line
@@ -91,7 +91,10 @@
#define ACPI_USE_NATIVE_DIVIDE
#endif

#ifndef __cdecl
#define __cdecl
#endif

#define ACPI_FLUSH_CPU_CACHE()
#endif				/* __KERNEL__ */