From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 3D702DDE46 for ; Sat, 6 Oct 2007 23:36:32 +1000 (EST) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: TASK_SIZE default 0x80000000 ? Date: Sat, 6 Oct 2007 08:36:23 -0500 To: PowerPC dev list Cc: Benjamin Herrenschmidt , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , In a discussion with Hollis over beer he raised the question why TASK_SIZE is 0x80000000 on ppc32. I was wondering if anyone know why this was still the case? Seems like we have a 1Gb whole between TASK_SIZE & KERNELBASE. - k