[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Allow Xen's ACPI code to build on Solaris.
# HG changeset patch # User john.levon@xxxxxxx # Date 1161090372 25200 # Node ID dff351e52952cc08be67ee5c7173c2c83167c15b # Parent d6b8318448157b26e8e9e7122ca63cac886f78a2 Allow Xen's ACPI code to build on Solaris. Signed-off-by: John Levon <john.levon@xxxxxxx> diff --git a/xen/include/acpi/platform/acenv.h b/xen/include/acpi/platform/acenv.h --- a/xen/include/acpi/platform/acenv.h +++ b/xen/include/acpi/platform/acenv.h @@ -119,7 +119,7 @@ /*! [Begin] no source code translation */ -#if defined(__linux__) +#if defined(__linux__) || defined(__sun__) #include "aclinux.h" #elif defined(_AED_EFI) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |