search for: dbg_printk

Displaying 1 result from an estimated 1 matches for "dbg_printk".

Did you mean: dbg_print
2005 Aug 31
0
[PATCH] tiny signed char fix in arch/x86/cdb.c
...or gcc 4.0.1 Signed-off-by: Christopher Clark <firstname.lastname@cl.cam.ac.uk> diff -r 8af8ddf91078 xen/arch/x86/cdb.c --- a/xen/arch/x86/cdb.c Wed Aug 31 14:53:43 2005 +++ b/xen/arch/x86/cdb.c Wed Aug 31 15:39:43 2005 @@ -21,7 +21,7 @@ debugger. so avoid it. */ #define dbg_printk(...) -static unsigned char opt_cdb[30] = "none"; +static char opt_cdb[30] = "none"; string_param("cdb", opt_cdb); struct xendbg_context { _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.co...