Re: [PATCH 1/4] printk: Allocate kernel log buffer earlier

From: Ingo Molnar
Date: Mon Feb 28 2011 - 03:01:58 EST



* Yinghai Lu <yinghai@xxxxxxxxxx> wrote:

> + pr_info("log_buf_len: %d\n", log_buf_len);
> + pr_info("early log buf free: %d(%d%%)\n",
> + free, (free * 100) / __LOG_BUF_LEN);

Such debug printks should be removed from the final version of the patch ...

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/