search for: gdbstub_console_put

Displaying 2 results from an estimated 2 matches for "gdbstub_console_put".

Did you mean: gdbstub_console_puts
2006 Sep 25
1
[PATCH] fix build of gdbstub.c
.../BUILD/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/packages/BUILD/xen-unstable/xen/include/asm-x86/mach-default -msoft-float -g -D__XEN__ -DVERBOSE -DCRASH_DEBUG -c gdbstub.c -o gdbstub.o gdbstub.c: In function ‘gdbstub_attach’: gdbstub.c:363: error: invalid storage class for function ‘gdbstub_console_puts’ gdbstub.c:367: error: ‘gdbstub_console_puts’ undeclared (first use in this function) gdbstub.c:367: error: (Each undeclared identifier is reported only once gdbstub.c:367: error: for each function it appears in.) make[4]: *** [gdbstub.o] Error 1 _______________________________________________...
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
.../common/gdbstub.c 2009-08-24 17:54:20.000000000 +0200 @@ -65,7 +65,7 @@ static atomic_t gdb_smp_paused_count; static void gdb_smp_pause(void); static void gdb_smp_resume(void); -static char opt_gdb[30]; +static char __initdata opt_gdb[30]; string_param("gdb", opt_gdb); static void gdbstub_console_puts(const char *str); --- 2009-08-18.orig/xen/common/page_alloc.c 2009-08-07 09:20:56.000000000 +0200 +++ 2009-08-18/xen/common/page_alloc.c 2009-08-24 17:53:10.000000000 +0200 @@ -45,7 +45,7 @@ * Comma-separated list of hexadecimal page numbers containing bad bytes. * e.g. ''badpage=0x3f4...