summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/cpu.c
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-07 09:57:04 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-07 09:57:04 -0500
commitb7185613e8a572fd35b0bed21a8e0f1fdecfc668 (patch)
treef4e9b124a0ef923142b0cb2a7e5bb60824e0ef16 /cpukit/score/cpu/i386/cpu.c
parentsapi misc: Clean up Doxygen GCI task #1 (diff)
downloadrtems-b7185613e8a572fd35b0bed21a8e0f1fdecfc668.tar.bz2
score misc: Clean up Doxygen GCI Task #12
http://www.google-melange.com/gci/task/view/google/gci2012/7983217
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i386/cpu.c19
1 files changed, 6 insertions, 13 deletions
diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index 15ff3c7619..c87a76dc0b 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -1,6 +1,10 @@
-/*
- * Intel i386 Dependent Source
+/**
+ * @file
*
+ * @brief Intel i386 Dependent Source
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -22,13 +26,6 @@
#include <rtems/bspIo.h>
#include <rtems/score/thread.h>
-/* _CPU_Initialize
- *
- * This routine performs processor dependent initialization.
- *
- * INPUT PARAMETERS: NONE
- */
-
void _CPU_Initialize(void)
{
#if CPU_HARDWARE_FP
@@ -91,10 +88,6 @@ void _CPU_Initialize(void)
#endif
}
-/*
- * _CPU_ISR_Get_level
- */
-
uint32_t _CPU_ISR_Get_level( void )
{
uint32_t level;