Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96859
b: refs/heads/master
c: 70f9cac
h: refs/heads/master
i:
  96857: fb8503f
  96855: 9f60f58
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 18, 2008
1 parent 0d71f93 commit 7ed8d64
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 29e92f483603d97dd1d2bafcb32101287dfac4ad
refs/heads/master: 70f9cac5e077df8fc5a613d84e2e13005a6ff841
6 changes: 5 additions & 1 deletion trunk/include/asm-m68k/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
#define VERIFY_WRITE 1

/* We let the MMU do all checking */
#define access_ok(type,addr,size) 1
static inline int access_ok(int type, const void __user *addr,
unsigned long size)
{
return 1;
}

/*
* The exception table consists of pairs of addresses: the first is the
Expand Down

0 comments on commit 7ed8d64

Please sign in to comment.