From 60f016f59d170fb51d57d9b1618f86d28e3f79bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 May 2007 20:57:34 +0000 Subject: 2007-05-22 Joel Sherrill * score/cpu/arm/cpu.c, score/cpu/avr/cpu.c, score/cpu/bfin/cpu.c, score/cpu/c4x/cpu.c, score/cpu/h8300/cpu.c, score/cpu/i386/cpu.c, score/cpu/m68k/cpu.c, score/cpu/mips/cpu.c, score/cpu/nios2/cpu.c, score/cpu/no_cpu/cpu.c, score/cpu/sh/cpu.c, score/cpu/sparc/cpu.c, cpukit/sapi/src/exinit.c: Move copying of CPU Table to shared executive initialization. --- cpukit/score/cpu/arm/cpu.c | 1 - 1 file changed, 1 deletion(-) (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 81266b5465..6c942fe49e 100644 --- a/cpukit/score/cpu/arm/cpu.c +++ b/cpukit/score/cpu/arm/cpu.c @@ -37,7 +37,6 @@ void _CPU_Initialize( void (*thread_dispatch) /* ignored on this CPU */ ) { - _CPU_Table = *cpu_table; } /* -- cgit v1.2.3