From 0bd9737e582eb2d2a9fcb495a2da98fb12025192 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 26 Jul 2024 04:18:43 -0400 Subject: [PATCH] Move old devel links to GitLab --- bsps/arm/tms570/README | 3 --- bsps/i386/pc386/config/pc386.cfg | 1 - cpukit/posix/src/killinfo.c | 2 +- cpukit/score/cpu/sparc/cpu.c | 2 +- cpukit/score/src/mpci.c | 3 ++- cpukit/score/src/objectextendinformation.c | 2 +- testsuites/sptests/sptasknopreempt01/init.c | 2 +- 7 files changed, 6 insertions(+), 9 deletions(-) diff --git a/bsps/arm/tms570/README b/bsps/arm/tms570/README index b4b76b5554..1fb37c639d 100644 --- a/bsps/arm/tms570/README +++ b/bsps/arm/tms570/README @@ -129,9 +129,6 @@ files and pins "database" Links to additional information ------------------------------- -Additional information about the BSP and board can be found at - https://devel.rtems.org/wiki/TBR/BSP/Tms570 - Additional information about the CPU can be found at https://www.ti.com/product/tms570ls3137 https://www.ti.com/product/TMS570LC4357 diff --git a/bsps/i386/pc386/config/pc386.cfg b/bsps/i386/pc386/config/pc386.cfg index 52f77a3abe..acce6ecca4 100644 --- a/bsps/i386/pc386/config/pc386.cfg +++ b/bsps/i386/pc386/config/pc386.cfg @@ -16,7 +16,6 @@ endif # optimize flag: typically -O2 CFLAGS_OPTIMIZE_V = -O2 -g -# Per function sections disabled per https://devel.rtems.org/ticket/2638 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections LDFLAGS = -Wl,--gc-sections diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c index bde511504a..d6143e2d29 100644 --- a/cpukit/posix/src/killinfo.c +++ b/cpukit/posix/src/killinfo.c @@ -141,7 +141,7 @@ int _POSIX_signals_Send( siginfo->si_value = *value; } - /* FIXME: https://devel.rtems.org/ticket/2690 */ + /* FIXME: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2690 */ cpu_self = _Thread_Dispatch_disable(); /* diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c index c82fa935fe..4b67bf34c1 100644 --- a/cpukit/score/cpu/sparc/cpu.c +++ b/cpukit/score/cpu/sparc/cpu.c @@ -160,7 +160,7 @@ RTEMS_STATIC_ASSERT( SPARC_MINIMUM_STACK_FRAME_SIZE ); -/* https://devel.rtems.org/ticket/2352 */ +/* See https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2352 */ RTEMS_STATIC_ASSERT( sizeof(CPU_Interrupt_frame) % CPU_ALIGNMENT == 0, CPU_Interrupt_frame_alignment diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index 458031c794..fa0d166c74 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -324,7 +324,8 @@ Thread_Control *_MPCI_Process_response ( _Assert( the_thread != NULL ); /* - * FIXME: This is broken on SMP, see https://devel.rtems.org/ticket/2703. + * FIXME: This is broken on SMP, see + * https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2703 * * Should use _Thread_queue_Extract_critical() instead with a handler * function provided by the caller of _MPCI_Process_response(). Similar to diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c index 9a627b1a7c..c6b306fa41 100644 --- a/cpukit/score/src/objectextendinformation.c +++ b/cpukit/score/src/objectextendinformation.c @@ -232,7 +232,7 @@ Objects_Maximum _Objects_Extend_information( local_table[ index ] = NULL; } - /* FIXME: https://devel.rtems.org/ticket/2280 */ + /* FIXME: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2280 */ _ISR_lock_ISR_disable( &lock_context ); old_tables = information->object_blocks; diff --git a/testsuites/sptests/sptasknopreempt01/init.c b/testsuites/sptests/sptasknopreempt01/init.c index 5828d602de..e87f6a9060 100644 --- a/testsuites/sptests/sptasknopreempt01/init.c +++ b/testsuites/sptests/sptasknopreempt01/init.c @@ -61,7 +61,7 @@ static void test(void) /* * This will start a task with a priority of PRIORITY_MINIMUM. Check that * this task and the test task did not preempt the current task. See also - * https://devel.rtems.org/ticket/2365. + * https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/2365 */ sc = rtems_timer_initiate_server( RTEMS_TIMER_SERVER_DEFAULT_PRIORITY,