git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
958a6f8
)
drm: Only use DRM_IOCTL_UPDATE_DRAW compat wrapper for compat X86.
author
David Miller
<davem@davemloft.net>
Wed, 18 Feb 2009 09:35:21 +0000
(
01:35
-0800)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 13 Mar 2009 04:24:04 +0000
(14:24 +1000)
Only X86 32-bit uses a different alignment for "unsigned long long"
than it's 64-bit counterpart.
Therefore this compat translation is only correct, and only needed,
when either CONFIG_X86 or CONFIG_IA64.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found