From 9787ee22a1568ff18489b3a4d3b9084d571d9986 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jul 2010 19:43:29 +0000 Subject: 2010-07-01 Joel Sherrill * rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to assembly programs. This resulted in percpu.h (when included from assembly) not being able to detect that the MIPS does not have a dedicated software managed interrupt stack. --- cpukit/score/cpu/mips/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/score/cpu/mips/ChangeLog') diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index a6aae9c1d9..53cca28825 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,10 @@ +2010-07-01 Joel Sherrill + + * rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to + assembly programs. This resulted in percpu.h (when included from + assembly) not being able to detect that the MIPS does not have a + dedicated software managed interrupt stack. + 2010-06-28 Joel Sherrill PR 1573/cpukit -- cgit v1.2.3