From df42d19401ddf713db26379a1f0ede16452c8878 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Thu, 29 Mar 2012 02:05:11 +0000 Subject: [PATCH] Turn on messages from the Simple Executive codebase, what few there are. --- sys/mips/cavium/cvmx_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/mips/cavium/cvmx_config.h b/sys/mips/cavium/cvmx_config.h index 4bd6c69521dc..1aeabc2ec36b 100644 --- a/sys/mips/cavium/cvmx_config.h +++ b/sys/mips/cavium/cvmx_config.h @@ -159,6 +159,9 @@ #define CVMX_ENABLE_PKO_FUNCTIONS #endif +/* Enable debug and informational printfs */ +#define CVMX_CONFIG_ENABLE_DEBUG_PRINTS 1 + /************************* Config Specific Defines ************************/ #define CVMX_LLM_NUM_PORTS 1 #define CVMX_PKO_QUEUES_PER_PORT_INTERFACE0 1 /**< PKO queues per port for interface 0 (ports 0-15) */