projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ff2ae
)
remove legacy taskqueue code
author
Dave Airlie
<airlied@linux.ie>
Tue, 19 Dec 2006 10:30:27 +0000
(21:30 +1100)
committer
Dave Airlie
<airlied@linux.ie>
Tue, 19 Dec 2006 10:30:27 +0000
(21:30 +1100)
linux-core/drm_os_linux.h
patch
|
blob
|
history
diff --git
a/linux-core/drm_os_linux.h
b/linux-core/drm_os_linux.h
index
78dd00e
..
816959e
100644
(file)
--- a/
linux-core/drm_os_linux.h
+++ b/
linux-core/drm_os_linux.h
@@
-93,9
+93,6
@@
static __inline__ int mtrr_del(int reg, unsigned long base, unsigned long size)
#define MTRR_TYPE_WRCOMB 1
#endif
-/** Task queue handler arguments */
-#define DRM_TASKQUEUE_ARGS void *arg
-
/** For data going into the kernel through the ioctl argument */
#define DRM_COPY_FROM_USER_IOCTL(arg1, arg2, arg3) \
if ( copy_from_user(&arg1, arg2, arg3) ) \