aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJohn Stultz <[email protected]>2013-12-19 15:56:23 -0800
committerGreg Kroah-Hartman <[email protected]>2013-12-19 16:10:25 -0800
commit07300f43d63d31294ee22b0d53091a8aec4cbc2d (patch)
treead4ebdd451de9f128d10eadf51d872b62710227d /tools/perf/scripts/python/bin
parent364014fda831917f37212715c72bf6db71a63a6d (diff)
ion_test: Add compat_ioctl support (v2)
Prior to subitting this, Colin reworked the compat_ioctl support for the ion_test driver, moving the structure to be the same size on both 32 and 64 bit architectures. Two small things were left out. The compat_ioctl ptr assignment, and the fact that despite having uniform sized types in the structure, the structure pads out to different sizes on different arches. This patch resolves this issue by adding a padding entry after the write flag, and adding the compat_ioctl ptr. Changes in v2: - Add a padding int rather then making write a u64 Acked-by: Colin Cross <[email protected]> Cc: Android Kernel Team <[email protected]> Signed-off-by: John Stultz <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions