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

    re5fcf00 r7a8c866a  
    112112        kb_enabled = true;
    113113
    114 //      exc_register(2, "serial_drvr", serial_interrupt);
     114//      int_register(2, "serial_drvr", serial_interrupt);
    115115        /* I don't know why, but the serial interrupts simply
    116116         * don't work on simics
    117117         */
    118         old_timer = exc_register(TIMER_IRQ, "serial_drvr_poll", timer_replace);
     118        old_timer = int_register(TIMER_IRQ, "serial_drvr_poll", timer_replace);
    119119       
    120120
Note: See TracChangeset for help on using the changeset viewer.