Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/smp/apic.c

    r5f0e39e8 rd99c1d2  
    426426       
    427427        /* Program Logical Destination Register. */
    428         ASSERT(CPU->id < 8);
     428        ASSERT(CPU->id < 8)
    429429        ldr.value = l_apic[LDR];
    430430        ldr.id = (uint8_t) (1 << CPU->id);
Note: See TracChangeset for help on using the changeset viewer.