Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77376
b: refs/heads/master
c: 3ca32c1
h: refs/heads/master
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Dec 24, 2007
1 parent d050b95 commit 572a56b
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: b8aab6f6dc57ca79661d291af522d2e85156519f
refs/heads/master: 3ca32c1dc62dabe67d7e51f6e8568e3965f52236
2 changes: 1 addition & 1 deletion trunk/include/asm-blackfin/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static inline void set_fs(mm_segment_t fs)
#define VERIFY_READ 0
#define VERIFY_WRITE 1

#define access_ok(type,addr,size) _access_ok((unsigned long)(addr),(size))
#define access_ok(type, addr, size) _access_ok((unsigned long)(addr), (size))

static inline int is_in_rom(unsigned long addr)
{
Expand Down

0 comments on commit 572a56b

Please sign in to comment.