Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100065
b: refs/heads/master
c: 8b0a8aa
h: refs/heads/master
i:
  100063: 0101503
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Jul 9, 2008
1 parent d70efc3 commit 99e8bb8
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: c28b95d9bb7da0c3be22826c56a05899e21e5ece
refs/heads/master: 8b0a8aaf05325a1a96f53b45708f77599da35161
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/uaccess_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
flag; \
})

#define access_ok(type, addr, size) (__range_not_ok(addr, size) == 0)
#define access_ok(type, addr, size) (likely(__range_not_ok(addr, size) == 0))

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

0 comments on commit 99e8bb8

Please sign in to comment.