]> git.karo-electronics.de Git - karo-tx-linux.git/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>
Thu, 5 Dec 2013 05:59:07 +0000 (11:29 +0530)
commit8cf46d69786fb0ae133fafd7c97fb11aa5f4b1be
tree1ae8ae7bb8a0c389a26ce3bc80adfbd0ada3b2fa
parentd7b5a769ee5661c75659aafec5c9d98178e065e5
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