From af395f4db6ad7b83f9d9afefb1c0ceeedd140a45 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 26 Mar 2008 01:50:41 +0000 Subject: Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16811 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/mrobe500.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootloader/mrobe500.c') diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c index 1dbe7b8..e6dc581 100755 --- a/bootloader/mrobe500.c +++ b/bootloader/mrobe500.c @@ -174,8 +174,8 @@ void main(void) system_init(); kernel_init(); - set_irq_level(0); - set_fiq_status(FIQ_ENABLED); + enable_irq(); + enable_fiq(); adc_init(); button_init(); -- cgit v1.1