Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24314
b: refs/heads/master
c: 66e863a
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Mar 27, 2006
1 parent 021b32b commit 9934878
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 22a9835c350782a5c3257343713932af3ac92ee0
refs/heads/master: 66e863acd7f2fb02fef709d5f0ab069445d4a58c
6 changes: 6 additions & 0 deletions trunk/include/asm-ia64/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ compat_ptr (compat_uptr_t uptr)
return (void __user *) (unsigned long) uptr;
}

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)
{
Expand Down

0 comments on commit 9934878

Please sign in to comment.