Re: [PATCH] x86: Limit E820 map when a user-defined memory map is specified

2008-06-26 Thread Ingo Molnar
* Yinghai Lu [EMAIL PROTECTED] wrote: On Wed, Jun 25, 2008 at 12:39 PM, Bernhard Walle [EMAIL PROTECTED] wrote: This patch brings back limiting of the E820 map when a user-defined E820 map is specified. While the behaviour of i386 (32 bit) was to limit the E820 map (and /proc/iomem), the

[PATCH] x86: Limit E820 map when a user-defined memory map is specified

2008-06-25 Thread Bernhard Walle
This patch brings back limiting of the E820 map when a user-defined E820 map is specified. While the behaviour of i386 (32 bit) was to limit the E820 map (and /proc/iomem), the behaviour of x86-64 (64 bit) was not to limit. That patch limits the E820 map again for both x86 architectures. Code