Changeset 3418c41 in mainline
- Timestamp:
- 2005-02-23T11:50:40Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 453ba46
- Parents:
- 4ffa9e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
r4ffa9e0 r3418c41 128 128 */ 129 129 #ifdef __SMP__ 130 l_apic_broadcast_custom_ipi(VECTOR_WAKEUP_IPI);130 ipi_broadcast(VECTOR_WAKEUP_IPI); 131 131 #endif /* __SMP__ */ 132 132 }
Note:
See TracChangeset
for help on using the changeset viewer.