]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/x86: Use memblock_reserve for sensitive areas.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Jul 2012 14:23:47 +0000 (10:23 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 31 Jul 2012 14:54:31 +0000 (10:54 -0400)
commit2b76fd65b37f38c9a6ed64b17755f468a0eebbef
treea74bf74af697b7df5e079062f7506c2c2bf2464c
parent76d861d9cba380bc1c601e169ad5cda57127352b
xen/x86: Use memblock_reserve for sensitive areas.

instead of a big memblock_reserve. This way we can be more
selective in freeing regions (and it also makes it easier
to understand where is what).

[v1: Move the auto_translate_physmap to proper line]
[v2: Per Stefano suggestion add more comments]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
[upstream git commit 91addbf07abfdd109a9da4e02061e6ed3728b298]
Conflicts:

arch/x86/xen/setup.c
[s/memblock_reserve/memblock_x86_reserve_range]
arch/x86/xen/enlighten.c
arch/x86/xen/p2m.c
arch/x86/xen/setup.c