Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15026
b: refs/heads/master
c: bf001b2
h: refs/heads/master
v: v3
  • Loading branch information
Pekka J Enberg authored and Linus Torvalds committed Dec 12, 2005
1 parent 6799adf commit 61dfd28
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 8140a5005bc6f1c9d0fa103460d50d472e6e3426
refs/heads/master: bf001b26793bd9f8a446577c361226fbcd617182
2 changes: 2 additions & 0 deletions trunk/arch/um/include/um_uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "uaccess-skas.h"
#endif

#include "asm/fixmap.h"

#define __under_task_size(addr, size) \
(((unsigned long) (addr) < TASK_SIZE) && \
(((unsigned long) (addr) + (size)) < TASK_SIZE))
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/um/kernel/skas/include/uaccess-skas.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#define __SKAS_UACCESS_H

#include "asm/errno.h"
#include "asm/fixmap.h"

/* No SKAS-specific checking. */
#define access_ok_skas(type, addr, size) 0
Expand Down

0 comments on commit 61dfd28

Please sign in to comment.