forked from len0rd/rockbox
Oops. That shouldn't have snuck in there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8f659ae8d3
commit
4a2ed72b5c
1 changed files with 0 additions and 10 deletions
|
|
@ -62,11 +62,6 @@ extern void clickwheel_int(void);
|
|||
void irq(void)
|
||||
{
|
||||
if(CURRENT_CORE == CPU) {
|
||||
if (CPU_HI_INT_STAT)
|
||||
{
|
||||
gui_syncsplash(0, "%08X %08X", inl(0x6000414c), CPU_HI_INT_STAT);
|
||||
}
|
||||
|
||||
if (CPU_INT_STAT & TIMER1_MASK) {
|
||||
#ifdef SANSA_E200
|
||||
if (GPIOF_INT_STAT & 0xff)
|
||||
|
|
@ -244,11 +239,6 @@ void system_init(void)
|
|||
CPU_INT_CLR = -1;
|
||||
INT_FORCED_CLR = -1;
|
||||
|
||||
outl(0, 0x6000414c);
|
||||
outl(0, 0x60004144);
|
||||
|
||||
// outl(0x80000, 0x6000414c);
|
||||
|
||||
GPIOA_INT_EN = 0;
|
||||
GPIOB_INT_EN = 0;
|
||||
GPIOC_INT_EN = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue