From b7185613e8a572fd35b0bed21a8e0f1fdecfc668 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Fri, 7 Dec 2012 09:57:04 -0500 Subject: score misc: Clean up Doxygen GCI Task #12 http://www.google-melange.com/gci/task/view/google/gci2012/7983217 --- cpukit/score/cpu/no_cpu/cpu.c | 47 ++++++------------------------------------- 1 file changed, 6 insertions(+), 41 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/cpu.c') diff --git a/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c index 89162bb411..287e5d6e18 100644 --- a/cpukit/score/cpu/no_cpu/cpu.c +++ b/cpukit/score/cpu/no_cpu/cpu.c @@ -1,7 +1,10 @@ -/* - * XXX CPU Dependent Source - * +/** + * @file * + * @brief No CPU Dependent Source + */ + +/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * @@ -18,17 +21,6 @@ #include #include -/* _CPU_Initialize - * - * This routine performs processor dependent initialization. - * - * INPUT PARAMETERS: NONE - * - * NO_CPU Specific Information: - * - * XXX document implementation including references if appropriate - */ - void _CPU_Initialize(void) { /* @@ -41,14 +33,6 @@ void _CPU_Initialize(void) /* FP context initialization support goes here */ } -/* - * _CPU_ISR_Get_level - * - * NO_CPU Specific Information: - * - * XXX document implementation including references if appropriate - */ - uint32_t _CPU_ISR_Get_level( void ) { /* @@ -78,25 +62,6 @@ void _CPU_ISR_install_raw_handler( */ } -/* - * _CPU_ISR_install_vector - * - * This kernel routine installs the RTEMS handler for the - * specified vector. - * - * Input parameters: - * vector - interrupt vector number - * old_handler - former ISR for this vector number - * new_handler - replacement ISR for this vector number - * - * Output parameters: NONE - * - * - * NO_CPU Specific Information: - * - * XXX document implementation including references if appropriate - */ - void _CPU_ISR_install_vector( uint32_t vector, proc_ptr new_handler, -- cgit v1.2.3