ARC: [SMP] simplify IPI code
authorVineet Gupta <vgupta@synopsys.com>
Tue, 26 Nov 2013 09:53:44 +0000 (15:23 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 23 Dec 2013 06:35:04 +0000 (12:05 +0530)
* 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


No differences found