smdk2410/.../bspreset.c: Eliminate warning for set not used variable

This commit is contained in:
Joel Sherrill
2014-09-02 18:02:49 -05:00
parent 59cb7e9f0c
commit 08bcf01c3b

View File

@@ -17,6 +17,8 @@ void bsp_reset(void)
#else
/* XXX TODO this code is copied from gp32.. move it to a shared place */
rtems_interrupt_level level;
(void) level;
rtems_interrupt_disable(level);
/* disable mmu, invalide i-cache and call swi #4 */
__asm__ volatile(""