From 226b162699509579b8b8c4dc25b6c0719adfef0d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Aug 2008 22:18:07 +0000 Subject: 2008-08-18 Joel Sherrill * cpu.c, rtems/score/cpu.h: Add void. --- cpukit/score/cpu/arm/ChangeLog | 4 ++++ cpukit/score/cpu/arm/cpu.c | 2 +- cpukit/score/cpu/arm/rtems/score/cpu.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/arm') 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 + + * cpu.c, rtems/score/cpu.h: Add void. + 2008-04-18 Joel Sherrill * 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 -- cgit v1.2.3