Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334843
b: refs/heads/master
c: 8e7fc18
h: refs/heads/master
i:
  334841: e0642a1
  334839: 11f52bf
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 9, 2012
1 parent 7dd9b05 commit 35b27db
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: f6d5d8a5ed60c726354605877e8f8214fb11cc02
refs/heads/master: 8e7fc18b5eacc37b6e6fcf486ec4eafbfef91738
4 changes: 2 additions & 2 deletions trunk/arch/arm/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ extern int __put_user_8(void *, unsigned long long);
#define USER_DS KERNEL_DS

#define segment_eq(a,b) (1)
#define __addr_ok(addr) (1)
#define __range_ok(addr,size) (0)
#define __addr_ok(addr) ((void)(addr),1)
#define __range_ok(addr,size) ((void)(addr),0)
#define get_fs() (KERNEL_DS)

static inline void set_fs(mm_segment_t fs)
Expand Down

0 comments on commit 35b27db

Please sign in to comment.