gpu: pvr: fix PDUMP configuartion in release build
authorImre Deak <imre.deak@nokia.com>
Tue, 6 Apr 2010 08:54:16 +0000 (11:54 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:09:41 +0000 (21:09 +0300)
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 <imre.deak@nokia.com>
CC: Mark Underwood <mark.underwood@imgtec.com>
CC: Mark Riding <mark.riding@imgtec.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@nokia.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@nokia.com>
pvr/pvrconfig.h

index eeaa95e..5f16f2f 100644 (file)
 # 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