[Bug 1993] Mips conversion to PIC IRQ model

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Feb 17 21:17:08 UTC 2012


https://www.rtems.org/bugzilla/show_bug.cgi?id=1993

--- Comment #5 from Joel Sherrill <joel.sherrill at oarcorp.com> 2012-02-17 15:17:08 CST ---
We are starting to review and tidy everything up. Jennifer is off today but I
wanted to get started.

(In reply to comment #4)
> The function declaration
> 
> void bsp_interrupt_dispatch(void);
> 
> should be removed.

I fixed this.

> This
> 
> static const char *cause_strings[32]
> 
> should be
> 
> static const char *const cause_strings[32]
> 
> ?

I fixed it in one place but .... 

Jennifer.. there is another instance in an "if 0". We need to make sure there
are no "if 0" sections when we merge.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list