Ignore:
Timestamp:
2009-02-17T14:09:31Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30e2bba
Parents:
85156d3
Message:

mips32: basic SMP support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/interrupt.h

    r85156d3 r7f341820  
    3939#include <arch/exception.h>
    4040
    41 #define IVT_ITEMS 32
    42 #define IVT_FIRST 0
     41#define IVT_ITEMS  32
     42#define IVT_FIRST  0
     43
     44#define VECTOR_TLB_SHOOTDOWN_IPI  EXC_Int
    4345
    4446extern function virtual_timer_fnc;
Note: See TracChangeset for help on using the changeset viewer.