diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog index cc355c9525..ffae8d1abf 100644 --- a/cpukit/score/cpu/no_cpu/ChangeLog +++ b/cpukit/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,7 @@ +2007-12-10 Joel Sherrill + + * rtems/score/cpu.h: Fix Doxygen. + 2007-12-04 Joel Sherrill * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h index 221cd4c59d..fe77558862 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h @@ -1050,7 +1050,6 @@ uint32_t _CPU_ISR_Get_level( void ); /** * This routine performs CPU dependent initialization. * - * @param[in] cpu_table is the CPU Dependent Configuration Table * @param[in] thread_dispatch is the address of @ref _Thread_Dispatch * * Port Specific Information: