diff gsm-fw/riviera/init/create_RVtasks.c @ 168:60afcd233b04

gsm-fw: first conditionally-built feature: ETM
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 19 Nov 2013 06:06:42 +0000
parents afceeeb2cba1
children
line wrap: on
line diff
--- a/gsm-fw/riviera/init/create_RVtasks.c	Tue Nov 19 05:26:02 2013 +0000
+++ b/gsm-fw/riviera/init/create_RVtasks.c	Tue Nov 19 06:06:42 2013 +0000
@@ -1,28 +1,28 @@
-/*************************************************************************************
- *                                                                                   *
- *  Name        create_RVtasks.c                                                     *
- *                                                                                   *
- *  Function    this file contains functions allowing tasks creation in              *
- *              the Riviera environment                                              *
- *                                                                                   *
- *  Version     0.1                                                                  *
- *                                                                                   *
- *  Date        Modification                                                         *
- *  ------------------------------------                                             *
- *  03 August 2000      Create                                                       *
- *                                                                                   *
- *  Author      Pascal Puel                                                          *
- *                                                                                   *
- * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved         *
- *                                                                                   *
- * --------------------------------------------------------------------------------- *
- *                                                                                   *
- *   History:                                                                        *
- *                                                                                   *
- *   10/18/2001 - Updated for R2D by Christophe Favergeon                            *
- *   08/28/2002 - Clean-Up by Gerard Cauvy                                           *
- *                                                                                   *
- ************************************************************************************/
+/******************************************************************************
+ *                                                                            *
+ *  Name        create_RVtasks.c                                              *
+ *                                                                            *
+ *  Function    this file contains functions allowing tasks creation in       *
+ *              the Riviera environment                                       *
+ *                                                                            *
+ *  Version     0.1                                                           *
+ *                                                                            *
+ *  Date        Modification                                                  *
+ *  ------------------------------------                                      *
+ *  03 August 2000      Create                                                *
+ *                                                                            *
+ *  Author      Pascal Puel                                                   *
+ *                                                                            *
+ * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved  *
+ *                                                                            *
+ * -------------------------------------------------------------------------- *
+ *                                                                            *
+ *   History:                                                                 *
+ *                                                                            *
+ *   10/18/2001 - Updated for R2D by Christophe Favergeon                     *
+ *   08/28/2002 - Clean-Up by Gerard Cauvy                                    *
+ *                                                                            *
+ *****************************************************************************/
 
 #include "../../include/config.h"
 
@@ -112,7 +112,7 @@
 
     rvt_register_id("TM", &etm_trace_user_id, etm_receive);
 
-#if (PSP_STANDALONE != 1)
+#if 0 //(PSP_STANDALONE != 1)
     tm_trace_user_id = etm_trace_user_id; // TML1 use the tm_trace_user_id
 #endif
 }