]> Pileus Git - ~andy/linux/commit
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)
commitf2a4aa5646687f9a51616581221b1d348590d47e
tree19845c1811e71f6b2ee3d4837b3b1a8caeb47be3
parent53dc110c97436dcf2a758091c98093657116e91c
ARC: [SMP] simplify IPI code

* 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
arch/arc/kernel/smp.c