From: Imre Deak Date: Tue, 6 Apr 2010 08:54:16 +0000 (+0300) Subject: gpu: pvr: fix PDUMP configuartion in release build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8615f0de7e10d43a96c1634bf043ac94f3dfeb6a;p=sgx.git gpu: pvr: fix PDUMP configuartion in release build PDUMP can be enabled in release builds too, but so far it was only enabled in debug builds, so fix this. Signed-off-by: Imre Deak CC: Mark Underwood CC: Mark Riding Reviewed-by: Topi Pohjolainen Reviewed-by: Ville Syrjälä --- diff --git a/pvr/pvrconfig.h b/pvr/pvrconfig.h index eeaa95e..5f16f2f 100644 --- a/pvr/pvrconfig.h +++ b/pvr/pvrconfig.h @@ -22,13 +22,12 @@ # define DEBUG_LINUX_MEM_AREAS 1 # define DEBUG_LINUX_MMAP_AREAS 1 # define DEBUG_BRIDGE_KM 1 +#endif # if (defined CONFIG_PVR_DEBUG_PDUMP) || (defined CONFIG_PVR_DEBUG_PDUMP_MODULE) # define PDUMP 1 # endif -#endif - #ifdef CONFIG_PVR_EDM_DEBUG # define PVRSRV_USSE_EDM_STATUS_DEBUG 1 #endif