Ignore:
Timestamp:
2006-09-28T15:48:31Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c23baab
Parents:
a9ac978
Message:

IPI/cross-call support for sparc64.
SMP on sparc64 is now fully supported.

File:
1 edited

Legend:

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

    ra9ac978 r00b38a3  
    4646#define IVT_FIRST       1
    4747
    48 #define VECTOR_TLB_SHOOTDOWN_IPI        0       /* TODO */
     48#define VECTOR_TLB_SHOOTDOWN_IPI        0
     49#define IPI_TLB_SHOOTDOWN               VECTOR_TLB_SHOOTDOWN_IPI
    4950
    5051struct istate {
Note: See TracChangeset for help on using the changeset viewer.