From: Andreas Dachsberger <andreas.dachsber...@embedded-brains.de> Update #3706. --- cpukit/score/cpu/mips/include/rtems/score/cpu.h | 5 +---- cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h | 12 ++++++++++++ cpukit/score/cpu/mips/include/rtems/score/mips.h | 4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/cpukit/score/cpu/mips/include/rtems/score/cpu.h b/cpukit/score/cpu/mips/include/rtems/score/cpu.h index 1cb31983c7..c9c212eab5 100644 --- a/cpukit/score/cpu/mips/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/include/rtems/score/cpu.h @@ -45,10 +45,7 @@ #define _RTEMS_SCORE_CPU_H /** - * @defgroup RTEMSScoreCPU CPU CPU - * - * @ingroup Score - * + * @addtogroup RTEMSScoreCPUMIPS */ /**@{*/ diff --git a/cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h index a6b5708015..932784fc8f 100644 --- a/cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h +++ b/cpukit/score/cpu/mips/include/rtems/score/cpuimpl.h @@ -17,6 +17,16 @@ #include <rtems/score/cpu.h> +/** + * @defgroup RTEMSScoreCPUMIPS MIPS + * + * @ingroup RTEMSScoreCPU + * + * @brief MIPS Architecture Support + * + * @{ + */ + #define CPU_PER_CPU_CONTROL_SIZE 0 #ifndef ASM @@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void ) #endif /* ASM */ +/** @} */ + #endif /* _RTEMS_SCORE_CPUIMPL_H */ diff --git a/cpukit/score/cpu/mips/include/rtems/score/mips.h b/cpukit/score/cpu/mips/include/rtems/score/mips.h index e4a98506bf..d3dccb1c54 100644 --- a/cpukit/score/cpu/mips/include/rtems/score/mips.h +++ b/cpukit/score/cpu/mips/include/rtems/score/mips.h @@ -24,9 +24,9 @@ #define _RTEMS_SCORE_MIPS_H /** - * @defgroup ScoreMips RTEMS no cpu Build Information + * @defgroup RTEMSScoreCPUMIPSBuild RTEMS no cpu Build Information * - * @ingroup Score + * @ingroup RTEMSScoreCPUMIPS * */ /**@{*/ -- 2.16.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel