Vivek Goyal e69f202d0a [PATCH] i386: Implement CONFIG_PHYSICAL_ALIGN
o Now CONFIG_PHYSICAL_START is being replaced with CONFIG_PHYSICAL_ALIGN.
  Hardcoding the kernel physical start value creates a problem in relocatable
  kernel context due to boot loader limitations. For ex, if somebody
  compiles a relocatable kernel to be run from address 4MB, but this kernel
  will run from location 1MB as grub loads the kernel at physical address
  1MB. Kernel thinks that I am a relocatable kernel and I should run from
  the address I have been loaded at. So somebody wanting to run kernel
  from 4MB alignment location (for improved performance regions) can't do
  that.

o Hence, Eric proposed that probably CONFIG_PHYSICAL_ALIGN will make
  more sense in relocatable kernel context. At run time kernel will move
  itself to a physical addr location which meets user specified alignment
  restrictions.

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
2006-12-07 02:14:04 +01:00
..
2006-10-28 11:30:52 -07:00
2006-12-07 02:14:01 +01:00
2006-11-01 09:11:00 -08:00
2006-10-11 11:14:23 -07:00
2006-09-26 08:49:10 -07:00
2006-10-03 08:03:41 -07:00
2006-12-07 02:14:01 +01:00
2006-12-07 02:14:01 +01:00
2006-10-01 00:39:34 -07:00
2006-09-26 10:52:32 +02:00
2006-06-29 16:58:06 -07:00
2006-10-11 11:14:21 -07:00
2006-10-12 22:25:03 -05:00