This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / kernel / ckrm / ckrm_mem.c
index c6c594a..7653118 100644 (file)
@@ -736,7 +736,7 @@ ckrm_mem_evaluate_all_pages()
                }
                spin_unlock_irq(&zone->lru_lock);
        }
-       printk(KERN_DEBUG "all_pages: active %d inactive %d cleared %d\n", 
+       printk("all_pages: active %d inactive %d cleared %d\n", 
                        active, inactive, cleared);
        spin_lock(&ckrm_mem_lock);
        list_for_each_entry(res, &ckrm_memclass_list, mcls_list) {
@@ -746,7 +746,7 @@ ckrm_mem_evaluate_all_pages()
                        inact_cnt += res->nr_inactive[idx];
                        idx++;
                }
-               printk(KERN_DEBUG "all_pages: %s: tmp_cnt %d; act_cnt %d inact_cnt %d\n",
+               printk("all_pages: %s: tmp_cnt %d; act_cnt %d inact_cnt %d\n",
                        res->core->name, res->tmp_cnt, act_cnt, inact_cnt);
        }
        spin_unlock(&ckrm_mem_lock);