Changeset 6c6a19e6 in mainline for arch/ia32/include/interrupt.h


Ignore:
Timestamp:
2006-03-17T13:37:59Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f250f9
Parents:
bd72b475
Message:

Modified debugger to be able to coexist in AS watch mode and SMP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/interrupt.h

    rbd72b475 r6c6a19e6  
    6161#define VECTOR_SYSCALL                  (IVT_FREEBASE+0)
    6262#define VECTOR_TLB_SHOOTDOWN_IPI        (IVT_FREEBASE+1)
     63#define VECTOR_DEBUG_IPI                (IVT_FREEBASE+2)
    6364
    6465struct istate {
Note: See TracChangeset for help on using the changeset viewer.