commit | cb78a0ce69fad2026825f957e24e2d9cda1ec9f1 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:05:14 2008 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:05:14 2008 +1030 |
tree | 9a1359350c46f34394f715d9bebadc9cde842fa5 | |
parent | 4b0bc0bca83f3fb7cf920e2ec80684c15d2269c0 [diff] |
bitmap: fix seq_bitmap and seq_cpumask to take const pointer 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>