projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb86e3
)
xen/kernel: document 'C' in print_tainted
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 17 Jun 2016 11:05:39 +0000
(12:05 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 20 Jun 2016 13:25:12 +0000
(14:25 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/kernel.c
patch
|
blob
|
history
diff --git
a/xen/common/kernel.c
b/xen/common/kernel.c
index 1a6823af5e93b98f3e16236f62e57b6861fa294c..dae7e35514ce0075520df3178a7beebe4e2d4211 100644
(file)
--- a/
xen/common/kernel.c
+++ b/
xen/common/kernel.c
@@
-174,6
+174,7
@@
int __init parse_bool(const char *s)
* 'S' - SMP with CPUs not designed for SMP.
* 'M' - Machine had a machine check experience.
* 'B' - System has hit bad_page.
+ * 'C' - Console output is synchronous.
*
* The string is overwritten by the next call to print_taint().
*/