Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70717
b: refs/heads/master
c: 4749252
h: refs/heads/master
i:
  70715: b6257b6
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Oct 17, 2007
1 parent 2bd6abe commit cf26490
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ad6ecf9146e85ccb4e0bce70b91a93f57145c72
refs/heads/master: 4749252776712e587c7c7619cbf0342b080c7f44
7 changes: 7 additions & 0 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ extern const char linux_proc_banner[];
#define KERN_INFO "<6>" /* informational */
#define KERN_DEBUG "<7>" /* debug-level messages */

/*
* Annotation for a "continued" line of log printout (only done after a
* line that had no enclosing \n). Only to be used by core/arch code
* during early bootup (a continued line is not SMP-safe otherwise).
*/
#define KERN_CONT ""

extern int console_printk[];

#define console_loglevel (console_printk[0])
Expand Down

0 comments on commit cf26490

Please sign in to comment.