Changeset fbe058f in mainline for arch/mips32/src/interrupt.c


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

Cleanup of unnecessary things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/interrupt.c

    re07fe0c rfbe058f  
    9494void interrupt_init(void)
    9595{
    96         int i;
    97 
    9896        int_register(TIMER_IRQ, "timer", timer_exception);
    9997        int_register(0, "swint0", swint0);
Note: See TracChangeset for help on using the changeset viewer.