From: Wei Liu Date: Fri, 17 Jun 2016 11:05:39 +0000 (+0100) Subject: xen/kernel: document 'C' in print_tainted X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~906 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e5e1930465e2c2d994749a9b178a8f208e63d0c;p=xen.git xen/kernel: document 'C' in print_tainted Signed-off-by: Wei Liu Acked-by: Jan Beulich --- diff --git a/xen/common/kernel.c b/xen/common/kernel.c index 1a6823af5e..dae7e35514 100644 --- 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(). */