From 8615f0de7e10d43a96c1634bf043ac94f3dfeb6a Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Tue, 6 Apr 2010 11:54:16 +0300 Subject: [PATCH] gpu: pvr: fix PDUMP configuartion in release build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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ä --- pvr/pvrconfig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5