Changeset 7a8c866a in mainline for arch/mips32/src/drivers/msim.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/msim.c

    re5fcf00 r7a8c866a  
    8282        chardev_initialize("msim_console", &console, &msim_ops);
    8383
    84         exc_register(MSIM_KBD_IRQ, "msim_kbd", msim_interrupt);
     84        int_register(MSIM_KBD_IRQ, "msim_kbd", msim_interrupt);
    8585
    8686        cp0_unmask_int(MSIM_KBD_IRQ);
Note: See TracChangeset for help on using the changeset viewer.