|
@@ -248,8 +248,6 @@ static inline int is_compat_task(void)
|
|
|
return is_32bit_task();
|
|
return is_32bit_task();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#endif
|
|
|
|
|
-
|
|
|
|
|
static inline void __user *arch_compat_alloc_user_space(long len)
|
|
static inline void __user *arch_compat_alloc_user_space(long len)
|
|
|
{
|
|
{
|
|
|
unsigned long stack;
|
|
unsigned long stack;
|
|
@@ -260,6 +258,8 @@ static inline void __user *arch_compat_alloc_user_space(long len)
|
|
|
return (void __user *) (stack - len);
|
|
return (void __user *) (stack - len);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
struct compat_ipc64_perm {
|
|
struct compat_ipc64_perm {
|
|
|
compat_key_t key;
|
|
compat_key_t key;
|
|
|
__compat_uid32_t uid;
|
|
__compat_uid32_t uid;
|