4 #define for_each_console(con) \
5 for (con = console_drivers; con != NULL; con = con->next)
7 +#ifdef CONFIG_DEBUG_LL
8 +extern void printascii(char *);
9 +#endif /* CONFIG_DEBUG_LL */
12 * Architectures can override it:
14 @@ -760,6 +764,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 * appropriate log level tags, we insert them here