From a045c9df2055ed20dd571256fdcbc630d360e5f7 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Fri, 30 Nov 2007 20:45:11 +0000 Subject: 2007-11-30 Till Straumann * irq/irq.h, irq/irq_init.c: Removed the definition of ASM_IRQ_VECTOR_BASE; this symbol was only use to initialize the irqBase member of the rtems_irq_global_settings struct. However, irqBase is an rtems_irq_symbolic_name, so using BSP_LOWEST_OFFSET is more appropriate. --- c/src/lib/libbsp/powerpc/score603e/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/score603e/ChangeLog') diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog index efc4cd2c19..15ca06da0b 100644 --- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog +++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog @@ -1,3 +1,11 @@ +2007-11-30 Till Straumann + + * irq/irq.h, irq/irq_init.c: Removed the definition + of ASM_IRQ_VECTOR_BASE; this symbol was only use to + initialize the irqBase member of the rtems_irq_global_settings + struct. However, irqBase is an rtems_irq_symbolic_name, + so using BSP_LOWEST_OFFSET is more appropriate. + 2007-11-28 Joel Sherrill * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU -- cgit v1.2.3