commit | 9c8d6381dc107dbc2bfdbfdcaefe0d42e5b5b362 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Wed Nov 14 17:00:31 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Nov 14 18:45:43 2007 -0800 |
tree | f613029815e77425df72062ba201d62da01995ee | |
parent | 32f862c310cbd0b430a14911c8b7e2cd415c56ea [diff] |
uml: fix build for !CONFIG_PRINTK Handle the case of CONFIG_PRINTK being disabled. This requires a do-nothing stub to be present in arch/um/include/user.h so that we don't get references to printk from libc code. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>