bitmap: fix seq_bitmap and seq_cpumask to take const pointer
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:14 +0000 (09:05 +1030)
committerRusty 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