git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53dc110
)
ARC: [SMP] simplify IPI code
author
Vineet Gupta
<vgupta@synopsys.com>
Tue, 26 Nov 2013 09:53:44 +0000
(15:23 +0530)
committer
Vineet 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