Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56659
b: refs/heads/master
c: bde7db8
h: refs/heads/master
i:
  56657: 7ec9ed4
  56655: 89df533
v: v3
  • Loading branch information
Sonic Zhang authored and Linus Torvalds committed May 21, 2007
1 parent d2773d6 commit 62745d7
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: c824498db47285aeff430c007685a193b673c949
refs/heads/master: bde7db8608cab31c6d92982b00e8064bd492a85b
4 changes: 2 additions & 2 deletions trunk/include/asm-blackfin/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/string.h>

#include <asm/segment.h>
#ifndef CONFIG_NO_ACCESS_CHECK
#ifdef CONFIG_ACCESS_CHECK
# include <asm/bfin-global.h>
#endif

Expand Down Expand Up @@ -56,7 +56,7 @@ static inline int is_in_rom(unsigned long addr)
* get_fs() == KERNEL_DS, checking is bypassed.
*/

#ifdef CONFIG_NO_ACCESS_CHECK
#ifndef CONFIG_ACCESS_CHECK
static inline int _access_ok(unsigned long addr, unsigned long size) { return 1; }
#else
#ifdef CONFIG_ACCESS_OK_L1
Expand Down

0 comments on commit 62745d7

Please sign in to comment.