]> git.baikalelectronics.ru Git - kernel.git/commit
x86: limit E820 map when a user-defined memory map is specified
authorBernhard Walle <bwalle@suse.de>
Wed, 25 Jun 2008 19:39:16 +0000 (21:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 11:15:59 +0000 (13:15 +0200)
commit9163483d62f86acd5e52c9c251d3a65f9f9a9002
tree783d29952038b4edaec54fa63a8d437921026530
parenta8bf4e03118f4570184943d18e94a207e10737a7
x86: limit E820 map when a user-defined memory map is specified

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 was tested for compilation and booting on a 32 bit and 64 bit system.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Acked-by: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: kexec@lists.infradead.org
Cc: vgoyal@redhat.com
Cc: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/e820.c