|
@@ -50,8 +50,9 @@ int seq_path(struct seq_file *, struct path *, char *);
|
|
|
int seq_dentry(struct seq_file *, struct dentry *, char *);
|
|
|
int seq_path_root(struct seq_file *m, struct path *path, struct path *root,
|
|
|
char *esc);
|
|
|
-int seq_bitmap(struct seq_file *m, unsigned long *bits, unsigned int nr_bits);
|
|
|
-static inline int seq_cpumask(struct seq_file *m, cpumask_t *mask)
|
|
|
+int seq_bitmap(struct seq_file *m, const unsigned long *bits,
|
|
|
+ unsigned int nr_bits);
|
|
|
+static inline int seq_cpumask(struct seq_file *m, const struct cpumask *mask)
|
|
|
{
|
|
|
return seq_bitmap(m, mask->bits, NR_CPUS);
|
|
|
}
|