Re: Regression: patch " hvc_console: display printk messages on console." causing infinite loop with 3.2-rc0 + Xen.

2011-11-01 Thread Stephen Rothwell
Hi Greg, On Thu, 27 Oct 2011 07:48:06 +0200 Greg KH wrote: > > On Thu, Oct 27, 2011 at 01:30:08AM -0400, Konrad Rzeszutek Wilk wrote: > > Hey Miche. > > > > The git commit 361162459f62dc0826b82c9690a741a940f457f0: > > > > hvc_console: display printk messages on console. > > > > is causing

Re: powerpc 476, Little-endian, pte fault

2011-11-01 Thread Peter Bergner
On Tue, 2011-11-01 at 22:44 +0530, Santosh Kumar wrote: > I had a problem configuring the GCC for 476 in little endian mode, What type of problem? I assume the binutils you are building against has 476 support too, correct? You'll need that. > So is this PTE fault related to the compiler optio

Re: What does rmo/tce stand for in powerpc?

2011-11-01 Thread Nishanth Aravamudan
Hi Ryan, On 01.11.2011 [14:25:43 +0800], Ryan Wang wrote: > Hi, > > In kernel source comments, I saw the words: > '' > > alloc_top is set to the top of RMO, eventually shrink down if the > TCEs > overlap > > '' > > I wonder what

Re: powerpc 476, Little-endian, pte fault

2011-11-01 Thread Santosh Kumar
> The relevant options are -mcpu=476 (no FP unit) and -mcpu=476fp> (with FP > unit).  Basically, -mcpu=476 is equivalent to> -mcpu=476fp -msoft-float. Yes what you have mentioned is right. I had a problem configuring the GCC for 476 in little endian mode, therefore I am using 440 compiler. As thi

What does rmo/tce stand for in powerpc?

2011-11-01 Thread Ryan Wang
Hi, In kernel source comments, I saw the words: '' alloc_top is set to the top of RMO, eventually shrink down if the TCEs overlap '' I wonder what does RMO mean, and TCE? thanks, ___ L

Re: powerpc 476, Little-endian, pte fault

2011-11-01 Thread Peter Bergner
On Tue, 2011-11-01 at 08:32 +0530, Santosh Kumar wrote: > I am using the same compiler as 476 & 440 instruction is almost the same. Well the 476 implements ISA 2.05, which I think has added a fair amount over the 440. Not to mention the 476 core that has been released has a FP unit. I'll note th