forked from len0rd/rockbox
Change the remaining set_interrupt_status usage to the more parsimonious disable/enable/restore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ea0206502
commit
75f2d441e9
8 changed files with 15 additions and 17 deletions
|
|
@ -43,7 +43,7 @@ bool ide_powered(void)
|
|||
void power_off(void)
|
||||
{
|
||||
/* Disable interrupts on this core */
|
||||
set_interrupt_status(IRQ_FIQ_DISABLED, IRQ_FIQ_STATUS);
|
||||
disable_interrupt(IRQ_FIQ_STATUS);
|
||||
|
||||
/* Shutdown: stop XIN oscillator */
|
||||
CLKCTRL &= ~(1 << 31);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue