From c03e2bc8c7b6c2133db6a661d785409d4756149a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Feb 2009 21:45:05 +0000 Subject: 2009-02-11 Joel Sherrill * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch to _CPU_Initialize. Clean up comments. --- cpukit/score/cpu/arm/cpu.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'cpukit/score/cpu/arm/cpu.c') diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c index 6baabd48b3..a717923b82 100644 --- a/cpukit/score/cpu/arm/cpu.c +++ b/cpukit/score/cpu/arm/cpu.c @@ -34,15 +34,12 @@ unsigned int arm_cpu_mode = 0x13; /* _CPU_Initialize * - * This routine performs processor dependent initialization. + * INPUT PARAMETERS: NONE * - * INPUT PARAMETERS: - * thread_dispatch - address of ISR dispatching routine (unused) + * This routine performs processor dependent initialization. */ -void _CPU_Initialize( - void (*thread_dispatch) /* ignored on this CPU */ -) +void _CPU_Initialize(void) { } -- cgit v1.2.3