From e0f91da505b5c907b545016645c07a3132696236 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Fri, 30 Nov 2012 15:34:17 -0600 Subject: score misc: Score misc: Clean up Doxygen #9 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. https://google-melange.appspot.com/gci/task/view/google/gci2012/7977211 --- cpukit/score/cpu/sparc64/cpu.c | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) (limited to 'cpukit/score/cpu/sparc64') diff --git a/cpukit/score/cpu/sparc64/cpu.c b/cpukit/score/cpu/sparc64/cpu.c index ac35dc413b..94f9340614 100644 --- a/cpukit/score/cpu/sparc64/cpu.c +++ b/cpukit/score/cpu/sparc64/cpu.c @@ -1,10 +1,14 @@ -/* - * SPARC-v9 Dependent Source +/** + * @file * + * @brief SPARC64 CPU Dependent Source + */ + +/* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * - * This file is based on the SPARC cpu.c file. Modifications are made to + * This file is based on the SPARC cpu.c file. Modifications are made to * provide support for the SPARC-v9. * COPYRIGHT (c) 2010. Gedare Bloom. * @@ -55,23 +59,6 @@ void _CPU_Initialize(void) _CPU_ISR_Dispatch_disable = 0; } -/* - * _CPU_Context_Initialize - * - * This kernel routine initializes the basic non-FP context area associated - * with each thread. - * - * Input parameters: - * the_context - pointer to the context area - * stack_base - address of memory for the SPARC - * size - size in bytes of the stack area - * new_level - interrupt level for this context area - * entry_point - the starting execution point for this this context - * is_fp - TRUE if this context is associated with an FP thread - * - * Output parameters: NONE - */ - void _CPU_Context_Initialize( Context_Control *the_context, void *stack_base, -- cgit v1.2.3