summaryrefslogtreecommitdiff
path: root/drivers/gpu/pvr/services4/srvkm/common/ra.c
diff options
context:
space:
mode:
authorWengang Wu <wgw@motorola.com>2014-02-28 15:53:58 -0600
committerJames Wylder <jwylder@motorola.com>2014-03-05 17:47:30 -0600
commitee86015f25945065a190de6bf8a00ed974ad8db8 (patch)
treebbce234883f563a459dfd1f642dba39e839be3b3 /drivers/gpu/pvr/services4/srvkm/common/ra.c
parent9324804a1754c81b55b24e37e87707c9151a3afb (diff)
downloadolio-linux-3.10-ee86015f25945065a190de6bf8a00ed974ad8db8.tar.xz
olio-linux-3.10-ee86015f25945065a190de6bf8a00ed974ad8db8.zip
IKXCLOCK-343 Initial TI SGX Android OpenGL support
Added Makefile/Kconfig for kernel build-in driver Added OMAP3630 support for TI SGX DDK Fixed issue about newer kernel 3.10 Change-Id: I8b415bacb784e9dfb1967f669476d6d63898f331
Diffstat (limited to 'drivers/gpu/pvr/services4/srvkm/common/ra.c')
-rw-r--r--drivers/gpu/pvr/services4/srvkm/common/ra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/services4/srvkm/common/ra.c b/drivers/gpu/pvr/services4/srvkm/common/ra.c
index da489397e61..f22c5baccd2 100644
--- a/drivers/gpu/pvr/services4/srvkm/common/ra.c
+++ b/drivers/gpu/pvr/services4/srvkm/common/ra.c
@@ -1992,6 +1992,7 @@ static PVRSRV_ERROR RA_DumpHeapInfo(RA_ARENA *pArena, IMG_UINT32 ui32DebugLevel)
{
BT *pBT;
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0))
{
IMG_UINT32 ui32PID = OSGetCurrentProcessIDKM();
IMG_CHAR dirname_buffer[256];
@@ -2006,6 +2007,7 @@ static PVRSRV_ERROR RA_DumpHeapInfo(RA_ARENA *pArena, IMG_UINT32 ui32DebugLevel)
PVR_LOG(("Base Name of the current process with ID %u is %s", ui32PID, proc_basename));
}
+#endif
PVR_LOG(("Arena '%s':", pArena->name));