Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/debugger.c

    r26d3ae2 re16e0d59  
    201201
    202202        /* Send IPI */
     203#ifdef CONFIG_SMP
    203204//      ipi_broadcast(VECTOR_DEBUG_IPI);
     205#endif 
    204206
    205207        return curidx;
     
    260262        spinlock_unlock(&bkpoint_lock);
    261263        interrupts_restore(ipl);
    262 //      ipi_broadcast(VECTOR_DEBUG_IPI);
     264#ifdef CONFIG_SMP
     265//      ipi_broadcast(VECTOR_DEBUG_IPI);       
     266#endif
    263267}
    264268
Note: See TracChangeset for help on using the changeset viewer.