From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19s4q7-0002EZ-GX for qemu-devel@nongnu.org; Wed, 27 Aug 2003 14:16:15 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19s4p8-0001l1-NE for qemu-devel@nongnu.org; Wed, 27 Aug 2003 14:15:15 -0400 Received: from [69.56.133.130] (helo=server1.dc43.com) by monty-python.gnu.org with esmtp (Exim 4.22) id 19s4i1-0007OK-CR for qemu-devel@nongnu.org; Wed, 27 Aug 2003 14:07:53 -0400 Date: Wed, 27 Aug 2003 14:07:46 -0400 Subject: Re: [Qemu-devel] vl on PPC ? From: Mark Guertin Message-ID: In-Reply-To: <1061967936.1290.40.camel@gaston> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu devel nongnu.org" , Benjamin Herrenschmidt On 8/27/03 3:05 AM, "Benjamin Herrenschmidt" wrote: > Just a random guess: > > In the host PPC kernel, try editing include/asm/processor.hi > > -#define TASK_SIZE (0x80000000UL) > +#define TASK_SIZE (0xc0000000UL) > > And let me know if that helps > > > Ben. Thanks Ben Will take a day or two to get to this, last minute stuff just popped up for work, but I'll let you know. Gerk