[patch] HVSI udbg

Paul Mackerras paulus at samba.org
Fri Oct 8 10:44:32 EST 2004


Hollis,

> --- 1.41/arch/ppc64/kernel/pSeries_lpar.c Tue Sep 21 23:40:30 2004
> +++ edited/arch/ppc64/kernel/pSeries_lpar.c Thu Oct  7 10:52:23 2004
> @@ -59,6 +59,74 @@
>  
>  int vtermno; /* virtual terminal# for udbg  */
>  
> +#define __ALIGNED__ __attribute__((__aligned__(sizeof(long))))
> +static void udbg_hvsi_putc(unsigned char c)
> +{
> + /* packet's seqno isn't used anyways */
> + uint8_t packet[] __ALIGNED__ = { 0xff, 5, 0, 0, c };
> + int rc;

All the tabs in the patch seem to have got changed to spaces.  Is it
your mailer or is the list software doing something bad?

Paul.



More information about the Linuxppc64-dev mailing list