From 9428e23f06b2ce53b3b3f3449a8ee1878f164930 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Sep 2004 20:32:02 +0000 Subject: 2004-09-29 Joel Sherrill * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960 obsoleted and all references removed. --- cpukit/score/cpu/powerpc/ChangeLog | 5 +++++ cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 5 +---- cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h | 5 +---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 62f3d41875..98890a477e 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-29 Joel Sherrill + + * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960 + obsoleted and all references removed. + 2004-04-13 Ralf Corsepius * asm.h: Include rtems/score/powerpc.h instead of diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h index 23b685c235..77faa5e014 100644 --- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h @@ -264,10 +264,7 @@ extern "C" { /* - * Processor defined structures - * - * Examples structures include the descriptor tables from the i386 - * and the processor control structure on the i960ca. + * Processor defined structures required for cpukit/score. */ /* may need to put some structures here. */ diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h index 0788a797c9..6b54303523 100644 --- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h @@ -286,10 +286,7 @@ typedef void ( *ppc_isr_entry )( int, struct CPU_Interrupt_frame * ); #define CPU_MODES_INTERRUPT_MASK 0x00000007 /* - * Processor defined structures - * - * Examples structures include the descriptor tables from the i386 - * and the processor control structure on the i960ca. + * Processor defined structures required for cpukit/score. */ /* may need to put some structures here. */ -- cgit v1.2.3