TASK_SIZE default 0x80000000 ?

Dan Malek dan at embeddedalley.com
Sun Oct 7 03:22:38 EST 2007


On Oct 6, 2007, at 6:36 AM, Kumar Gala wrote:

> In a discussion with Hollis over beer he raised the question why
> TASK_SIZE is 0x80000000 on ppc32.

Left over from the old days (2.1) of the PReP port when
things were hard coded.  We used some of the space
between 0x80000000 and 0xc0000000 for mapping
IO devices in the kernel.

> I was wondering if anyone know why this was still the case?  Seems
> like we have a 1Gb whole between TASK_SIZE & KERNELBASE.

I thought all of this was now configurable in the
advanced options.  The configuration files should
set the default to remove this gap.

	-- Dan




More information about the Linuxppc-dev mailing list