Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24315
b: refs/heads/master
c: f267fa9
h: refs/heads/master
i:
  24313: 021b32b
  24311: 4c3a0b4
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Mar 27, 2006
1 parent 9934878 commit a3981e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66e863acd7f2fb02fef709d5f0ab069445d4a58c
refs/heads/master: f267fa9f5b377b5cecdb2baf332fec08bb71246d
5 changes: 5 additions & 0 deletions trunk/include/asm-s390/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ static inline void __user *compat_ptr(compat_uptr_t uptr)
return (void __user *)(unsigned long)(uptr & 0x7fffffffUL);
}

static inline compat_uptr_t ptr_to_compat(void __user *uptr)
{
return (u32)(unsigned long)uptr;
}

static inline void __user *compat_alloc_user_space(long len)
{
unsigned long stack;
Expand Down

0 comments on commit a3981e1

Please sign in to comment.