From: Rusty Russell Date: Mon, 29 Dec 2008 22:35:14 +0000 (+1030) Subject: bitmap: fix seq_bitmap and seq_cpumask to take const pointer X-Git-Tag: v2.6.29-rc1~521^2~11^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb78a0ce69fad2026825f957e24e2d9cda1ec9f1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed