summaryrefslogtreecommitdiff
path: root/ports/xtensa/xcc/src/tx_initialize_low_level.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xtensa/xcc/src/tx_initialize_low_level.c')
-rw-r--r--ports/xtensa/xcc/src/tx_initialize_low_level.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/ports/xtensa/xcc/src/tx_initialize_low_level.c b/ports/xtensa/xcc/src/tx_initialize_low_level.c
index eebae217..de2c2b93 100644
--- a/ports/xtensa/xcc/src/tx_initialize_low_level.c
+++ b/ports/xtensa/xcc/src/tx_initialize_low_level.c
@@ -48,15 +48,6 @@ int32_t xt_timer_intnum = -1;
/* available RAM memory address for tx_application_define. */
/* It also sets the default heap region for the optional C library. */
/* */
-/* RELEASE HISTORY */
-/* */
-/* DATE NAME DESCRIPTION */
-/* */
-/* 12-31-2020 Cadence Design Systems Initial Version 6.1.3 */
-/* 04-25-2022 Scott Larson Modified comments and updated */
-/* function names, */
-/* resulting in version 6.1.11 */
-/* */
/**************************************************************************/
VOID _tx_initialize_low_level(VOID)
{
@@ -123,8 +114,8 @@ VOID _tx_initialize_low_level(VOID)
Initialize co-processor management for threads. Leave CPENABLE alone.
This is called from a normal Xtensa single-threaded run-time environment
before multi-threading has commenced. All co-processors are enabled.
- It is important NOT to clear CPENABLE yet because tx_application_define()
- is user code which might use a co-processor. The co-processor exception
+ It is important NOT to clear CPENABLE yet because tx_application_define()
+ is user code which might use a co-processor. The co-processor exception
handler does not expect to be called outside a thread.
*/
_xt_coproc_init();