Changeset 7a8c866a in mainline for arch/mips32/src/drivers/arc.c


Ignore:
Timestamp:
2005-12-10T17:51:36Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2312685
Parents:
e5fcf00
Message:

Move all MIPS exceptions to generic dispatcher.
Align size in malloc() to native size, some architectures
don't like it unaligned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/drivers/arc.c

    re5fcf00 r7a8c866a  
    252252       
    253253        chardev_initialize("arc_console", &console, &arc_ops);
    254         old_timer = exc_register(TIMER_IRQ, "arc_kb_poll", timer_replace);
     254        old_timer = int_register(TIMER_IRQ, "arc_kb_poll", timer_replace);
    255255        return &console;
    256256}
Note: See TracChangeset for help on using the changeset viewer.