5 #include <asm/uaccess.h>
7 +#ifdef CONFIG_DEBUG_LL
8 +extern void printascii(char *);
9 +#endif /* CONFIG_DEBUG_LL */
12 * Architectures can override it:
14 @@ -897,6 +901,10 @@ asmlinkage int vprintk(const char *fmt,
18 +#ifdef CONFIG_DEBUG_LL
19 + printascii(printk_buf);
23 * Copy the output into log_buf. If the caller didn't provide
24 * the appropriate log prefix, we insert them here