diff options
Diffstat (limited to 'include/acpi/platform/acenv.h')
-rw-r--r-- | include/acpi/platform/acenv.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index 31b0f18342f6..223ec6467108 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h | |||
@@ -149,6 +149,9 @@ | |||
149 | #elif defined(NETWARE) | 149 | #elif defined(NETWARE) |
150 | #include "acnetware.h" | 150 | #include "acnetware.h" |
151 | 151 | ||
152 | #elif defined(__sun) | ||
153 | #include "acsolaris.h" | ||
154 | |||
152 | #else | 155 | #else |
153 | 156 | ||
154 | /* All other environments */ | 157 | /* All other environments */ |
@@ -158,13 +161,6 @@ | |||
158 | #define COMPILER_DEPENDENT_INT64 long long | 161 | #define COMPILER_DEPENDENT_INT64 long long |
159 | #define COMPILER_DEPENDENT_UINT64 unsigned long long | 162 | #define COMPILER_DEPENDENT_UINT64 unsigned long long |
160 | 163 | ||
161 | /* | ||
162 | * This macro is used to tag functions as "printf-like" because | ||
163 | * some compilers can catch printf format string problems. MSVC | ||
164 | * doesn't, so this is proprocessed away. | ||
165 | */ | ||
166 | #define ACPI_PRINTF_LIKE_FUNC | ||
167 | |||
168 | #endif | 164 | #endif |
169 | 165 | ||
170 | /* | 166 | /* |