[PATCH] powerpc: Early debugging support for iSeries

Olof Johansson olof at lixom.net
Thu Nov 17 14:24:27 EST 2005


On Thu, Nov 17, 2005 at 02:14:30PM +1100, Michael Ellerman wrote:
> Index: kexec/arch/powerpc/platforms/iseries/setup.c
> ===================================================================
> --- kexec.orig/arch/powerpc/platforms/iseries/setup.c
> +++ kexec/arch/powerpc/platforms/iseries/setup.c
> @@ -52,6 +52,7 @@
>  #include <asm/iseries/mf.h>
>  #include <asm/iseries/hv_lp_event.h>
>  #include <asm/iseries/lpar_map.h>
> +#include <asm/udbg.h>
>  
>  #include "naca.h"
>  #include "setup.h"
> @@ -62,10 +63,8 @@
>  #include "call_sm.h"
>  #include "call_hpt.h"
>  
> -extern void hvlog(char *fmt, ...);
> -

You can make hvlog() in viocons.c static now too, this was the only
external user of it.



-Olof



More information about the Linuxppc64-dev mailing list