commit | 09156a7a409cf93d1ca2706bf05d714879a5b7ea | [log] [tgz] |
---|---|---|
author | Márton Németh <nm127@freemail.hu> | Sat Mar 06 22:43:55 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Mar 19 16:38:16 2010 +1100 |
tree | 086dd7c6ddd9973e702695cb73e1075b4b2f28b7 | |
parent | 409d241b7bb2cf0278186040ace1c4704fb2a82f [diff] |
powerpc: Do not call prink when CONFIG_PRINTK is not defined When printk() is disabled (CONFIG_PRINTK) at menu item General setup -> Configure standard kernel features (for small systems) -> Enable support for printk then there should be no printk() calls at all. Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>