Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272036
b: refs/heads/master
c: 41b7602
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Oct 14, 2011
1 parent ee33e38 commit 7d2add6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ebe211254bfa6295f4ab0b33c7c881bdfabbab60
refs/heads/master: 41b7602ed17a6bbb3b3d33087c39ef5c3a5589c7
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static inline int ___range_ok(unsigned long addr, unsigned long size)
* - "addr", "addr + size" and "size" are all below the limit
*/
#define access_ok(type, addr, size) \
(get_fs().seg > (((unsigned long)(addr)) | \
(get_fs().seg >= (((unsigned long)(addr)) | \
(size) | ((unsigned long)(addr) + (size))))

/* || printk("access_ok failed for %s at 0x%08lx (size %d), seg 0x%08x\n",
Expand Down

0 comments on commit 7d2add6

Please sign in to comment.