• V
    ARC: [SMP] simplify IPI code · f2a4aa56
    Vineet Gupta 提交于
    * ipi_data is just a word, no need to keep it as struct
    
    * find_next_bit() not needed to loop thru a 32bit word, ffs suffices
    f2a4aa56
smp.c 7.5 KB