]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/cgroup.c
x86: clean up the page table dumper and add 32-bit support
[linux-2.6-omap-h63xx.git] / kernel / cgroup.c
index 62f1a5231fe958d2496e99831d015bdf2a8948a5..2727f92383596e4a6f7bec5072b1e804a7801916 100644 (file)
@@ -2569,6 +2569,7 @@ static int proc_cgroup_show(struct seq_file *m, void *v)
                /* Skip this hierarchy if it has no active subsystems */
                if (!root->actual_subsys_bits)
                        continue;
+               seq_printf(m, "%lu:", root->subsys_bits);
                for_each_subsys(root, ss)
                        seq_printf(m, "%s%s", count++ ? "," : "", ss->name);
                seq_putc(m, ':');