summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog4
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index 646fade558..0691a48487 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems/old-exceptions/cpu.h: Remove extra ifndef.
+
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
index c4ce469bbd..7fa9371dda 100644
--- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
@@ -176,7 +176,6 @@ typedef void ( *ppc_isr_entry )( int, struct CPU_Interrupt_frame * );
* Processor defined structures required for cpukit/score.
*/
-#ifndef ASM
/*
* The following type defines an entry in the PPC's trap table.
*