From e69307b790d84b3ae83c6a9a314a81935dd7b1a4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Apr 2004 22:10:27 +0000 Subject: 2004-04-12 David Querbach * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of MPC555 support as part of the addition of the SS555 BSP. --- cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions') diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h index 5583cca0c6..23b685c235 100644 --- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h @@ -414,7 +414,7 @@ typedef struct { boolean timer_internal_clock; /* TRUE, when timer runs with CPU clk */ #endif -#if (defined(mpc860) || defined(mpc821) || defined(mpc8260)) +#if (defined(mpc555) || defined(mpc860) || defined(mpc821) || defined(mpc8260)) uint32_t clock_speed; /* Speed of CPU in Hz */ #endif } rtems_cpu_table; -- cgit v1.2.3