Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375723
b: refs/heads/master
c: 9564335
h: refs/heads/master
i:
  375721: 476fe0c
  375719: a21e26c
v: v3
  • Loading branch information
Dave Airlie committed May 13, 2013
1 parent 37d3856 commit c755f06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: fefaedcfb82d2e57c2320acf60604ab03b750cc0
refs/heads/master: 95643359f8b31e74b35901f4e36cd069cd67fd48
9 changes: 0 additions & 9 deletions trunk/include/drm/drm_os_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ static __inline__ int mtrr_del(int reg, unsigned long base, unsigned long size)
/** Other copying of data from kernel space */
#define DRM_COPY_TO_USER(arg1, arg2, arg3) \
copy_to_user(arg1, arg2, arg3)
/* Macros for copyfrom user, but checking readability only once */
#define DRM_VERIFYAREA_READ( uaddr, size ) \
(access_ok( VERIFY_READ, uaddr, size ) ? 0 : -EFAULT)
#define DRM_COPY_FROM_USER_UNCHECKED(arg1, arg2, arg3) \
__copy_from_user(arg1, arg2, arg3)
#define DRM_COPY_TO_USER_UNCHECKED(arg1, arg2, arg3) \
__copy_to_user(arg1, arg2, arg3)
#define DRM_GET_USER_UNCHECKED(val, uaddr) \
__get_user(val, uaddr)

#define DRM_HZ HZ

Expand Down

0 comments on commit c755f06

Please sign in to comment.