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:
4b0bc0b
)
bitmap: fix seq_bitmap and seq_cpumask to take const pointer
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:14 +0000
(09:05 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:14 +0000
(09:05 +1030)
Impact: cleanup
seq_bitmap just calls bitmap_scnprintf on the bits: that arg can be const.
Similarly, seq_cpumask just calls seq_bitmap.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found