forked from Imagelibrary/rtems
bsp/leon3: Add leon3_power_down_loop()
This commit is contained in:
@@ -332,6 +332,8 @@ void leon3_ext_irq_init(void);
|
||||
|
||||
void bsp_debug_uart_init(void);
|
||||
|
||||
void leon3_power_down_loop(void) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
|
||||
|
||||
#endif /* !ASM */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -19,7 +19,9 @@
|
||||
|
||||
.align 4
|
||||
PUBLIC(bsp_idle_thread)
|
||||
PUBLIC(leon3_power_down_loop)
|
||||
SYM(bsp_idle_thread):
|
||||
SYM(leon3_power_down_loop):
|
||||
pwdloop: mov %g0, %asr19
|
||||
ba pwdloop
|
||||
nop
|
||||
|
||||
Reference in New Issue
Block a user