WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

SMP issue (Re: Status summary Was: [XenPPC] Cannot boot from local disk)

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: SMP issue (Re: Status summary Was: [XenPPC] Cannot boot from local disk)
From: Kiyokuni Kawachiya <KAWATIYA@xxxxxxxxxx>
Date: Sat, 14 Oct 2006 01:12:13 +0900
Delivery-date: Fri, 13 Oct 2006 09:12:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20061011173046.GA19695@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
Amos, I tried, but it failed on my JS20 at the same point.  I attach the
boot log.
(The message "@@@@mpic.c@@@@" is added by me to check that the modified
version is actually used.)

(See attached file: bootlog3.txt)

Kiyokuni KAWACHIYA / IBM Tokyo Research Laboratory

xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 2006/10/12 02:30:46:

> On Sat, Oct 07, 2006 at 01:56:56AM +0900, Kiyokuni Kawachiya wrote:
> > >  2. The SMP patch apparently causes dom0 Linux to fail
> > >     on Kawachiya's JS20, but no other JS20.
> >
> > ----> is not solved yet, may depend on my JS20. sent the boot log
>
> Hi Kawachiya.  If you get a chance, could you please apply this patch to
> the Linux tree you use for dom0 and boot without the "nosmp" option?
>
> diff -r b9e38b262f64 arch/powerpc/sysdev/mpic.c
> --- a/arch/powerpc/sysdev/mpic.c   Sun Oct 08 14:22:12 2006 -0400
> +++ b/arch/powerpc/sysdev/mpic.c   Wed Oct 11 13:22:07 2006 -0400
> @@ -619,6 +619,7 @@ struct mpic * __init mpic_alloc(unsigned
>     mpic->tmregs = mpic->gregs + ((MPIC_TIMER_BASE - MPIC_GREG_BASE) >>
2);
>     BUG_ON(mpic->gregs == NULL);
>
> +#if 0
>     /* Reset */
>     if (flags & MPIC_WANTS_RESET) {
>        mpic_write(mpic->gregs, MPIC_GREG_GLOBAL_CONF_0,
> @@ -628,6 +629,7 @@ struct mpic * __init mpic_alloc(unsigned
>               & MPIC_GREG_GCONF_RESET)
>           mb();
>     }
> +#endif
>
>     /* Read feature register, calculate num CPUs and, for non-ISU
>      * MPICs, num sources as well. On ISU MPICs, sources are counted
>

Attachment: bootlog3.txt
Description: Binary data

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
<Prev in Thread] Current Thread [Next in Thread>