Changeset 4ffa9e0 in mainline for arch/ia32/src/ia32.c


Ignore:
Timestamp:
2005-02-23T11:48:52Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3418c41
Parents:
b109ebb
Message:

New IPI for waking up idle CPU's halted in scheduler.
Added architecture-independent ipi_broadcast().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/ia32.c

    rb109ebb r4ffa9e0  
    5959               
    6060                #ifdef __SMP__
    61                 trap_register(VECTOR_TLB_SHOOTDOWN, tlb_shootdown_ipi);
     61                trap_register(VECTOR_TLB_SHOOTDOWN_IPI, tlb_shootdown_ipi);
     62                trap_register(VECTOR_WAKEUP_IPI, wakeup_ipi);
    6263                #endif /* __SMP__ */
    6364        }
Note: See TracChangeset for help on using the changeset viewer.