Changeset 3418c41 in mainline


Ignore:
Timestamp:
2005-02-23T11:50:40Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
453ba46
Parents:
4ffa9e0
Message:

Use ipi_broadcast() instead of l_apic_broadcast_custom_ipi().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/proc/thread.c

    r4ffa9e0 r3418c41  
    128128                 */
    129129                #ifdef __SMP__
    130                 l_apic_broadcast_custom_ipi(VECTOR_WAKEUP_IPI);
     130                ipi_broadcast(VECTOR_WAKEUP_IPI);
    131131                #endif /* __SMP__  */
    132132        }       
Note: See TracChangeset for help on using the changeset viewer.