]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
POST(sys_ioctl): identify kernel variant "Qualcomm Adreno 3xx" correctly.
authorJulian Seward <jseward@acm.org>
Thu, 5 Mar 2015 11:22:41 +0000 (11:22 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 5 Mar 2015 11:22:41 +0000 (11:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14978

coregrind/m_syswrap/syswrap-linux.c

index ecea23047b985c07233dc269af93c0fcf6d3fb6e..e87320a3a71cd4cc6df30bdeef180d765e79803f 100644 (file)
@@ -8345,7 +8345,7 @@ POST(sys_ioctl)
    /* END undocumented ioctls for PowerVR SGX 540 (the GPU on Nexus S) */
 
    /* BEGIN undocumented ioctls for Qualcomm Adreno 3xx */
-   if (KernelVariantiS(KernelVariant_android_gpu_sgx5xx,
+   if (KernelVariantiS(KernelVariant_android_gpu_adreno3xx,
                        VG_(clo_kernel_variant))) {
      if (ARG2 == 0xC00C0902) {
          POST_MEM_WRITE(ARG3, 24); // 16 is not enough