summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 22:18:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 22:18:07 +0000
commit226b162699509579b8b8c4dc25b6c0719adfef0d (patch)
tree356a3a33d2fa627bd9d088c49ef300e9ca594c7d /cpukit/score/cpu/arm
parent2008-08-18 Allan Hessenflow <allanh@kallisti.com> (diff)
downloadrtems-226b162699509579b8b8c4dc25b6c0719adfef0d.tar.bz2
2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Add void.
Diffstat (limited to 'cpukit/score/cpu/arm')
-rw-r--r--cpukit/score/cpu/arm/ChangeLog4
-rw-r--r--cpukit/score/cpu/arm/cpu.c2
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog
index 951b59dedc..28e7d75c91 100644
--- a/cpukit/score/cpu/arm/ChangeLog
+++ b/cpukit/score/cpu/arm/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * cpu.c, rtems/score/cpu.h: Add void.
+
2008-04-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c: Add comment.
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index b227bf3233..960c4eada8 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -211,7 +211,7 @@ extern void _exc_data_abort();
/* FIXME: put comments here */
-void rtems_exception_init_mngt()
+void rtems_exception_init_mngt(void)
{
ISR_Level level;
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index 3b6eff176a..d6a8920aae 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -372,7 +372,7 @@ typedef struct {
typedef void (*cpuExcHandlerType) (CPU_Exception_frame*);
extern cpuExcHandlerType _currentExcHandler;
-extern void rtems_exception_init_mngt();
+extern void rtems_exception_init_mngt(void);
/*
* The following structure defines the set of information saved