Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362810
b: refs/heads/master
c: 0f58104
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Apr 23, 2013
1 parent 55c0965 commit 5a49de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2aec0d3e22f3f940a165181ef339ac16deefa7c
refs/heads/master: 0f58104c8c62e40c8734477b6a9308c77b5d9355
4 changes: 2 additions & 2 deletions trunk/arch/s390/include/asm/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ static inline int is_compat_task(void)
return is_32bit_task();
}

#endif

static inline void __user *arch_compat_alloc_user_space(long len)
{
unsigned long stack;
Expand All @@ -260,6 +258,8 @@ static inline void __user *arch_compat_alloc_user_space(long len)
return (void __user *) (stack - len);
}

#endif

struct compat_ipc64_perm {
compat_key_t key;
__compat_uid32_t uid;
Expand Down

0 comments on commit 5a49de6

Please sign in to comment.