From 9e5e1930465e2c2d994749a9b178a8f208e63d0c Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 17 Jun 2016 12:05:39 +0100 Subject: [PATCH] xen/kernel: document 'C' in print_tainted Signed-off-by: Wei Liu Acked-by: Jan Beulich --- xen/common/kernel.c | 1 + 1 file changed, 1 insertion(+) 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(). */ -- 2.30.2