Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360119
b: refs/heads/master
c: 10a6007
h: refs/heads/master
i:
  360117: 74652ba
  360115: 839d022
  360111: e9e593f
v: v3
  • Loading branch information
Vineet Gupta committed Feb 11, 2013
1 parent 26dfdc4 commit 9170256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 14e968bad788de922a755a84b92cb29f8c1342e4
refs/heads/master: 10a6007bda48e3524e24ce1ad46dc7be1add6a0e
3 changes: 2 additions & 1 deletion trunk/include/asm-generic/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* address space, e.g. all NOMMU machines.
*/
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/string.h>

#include <asm/segment.h>
Expand All @@ -32,7 +31,9 @@ static inline void set_fs(mm_segment_t fs)
}
#endif

#ifndef segment_eq
#define segment_eq(a, b) ((a).seg == (b).seg)
#endif

#define VERIFY_READ 0
#define VERIFY_WRITE 1
Expand Down

0 comments on commit 9170256

Please sign in to comment.