summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2005-05-09 14:10:26 -0700
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 11:15:01 +0200
commitea185976021e2c7843190bdc6690df7d469c7d8d (patch)
tree56481d7440bb39725c943a1be2f5dad084e5f36d /kernel
parent273a633659bf92d44d59b01c113e8397be3aa292 (diff)
ARM: Make low-level printk work
Makes low-level printk work. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/printk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index 7bfc16a2987..7609e743013 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -54,6 +54,10 @@ void asmlinkage __attribute__((weak)) early_printk(const char *fmt, ...)
#define __LOG_BUF_LEN (1 << CONFIG_LOG_BUF_SHIFT)
+#ifdef CONFIG_DEBUG_LL
+extern void printascii(char *);
+#endif
+
/* printk's without a loglevel use this.. */
#define DEFAULT_MESSAGE_LOGLEVEL CONFIG_DEFAULT_MESSAGE_LOGLEVEL