xen: reserve Xen start_info rather than e820 reserving
authorJeremy Fitzhardinge <jeremy@goop.org>
Thu, 7 May 2009 18:56:49 +0000 (11:56 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 8 May 2009 08:51:03 +0000 (10:51 +0200)
commit6b2e8523df148c15ea5abf13075026fb8bdb3f86
tree18d36f57e6c899dad2f152cb5ff4144818864fd9
parentf066a155334642b8a206eec625b1925d88c48aeb
xen: reserve Xen start_info rather than e820 reserving

Use reserve_early rather than e820 reservations for Xen start info and mfn->pfn
table, so that the memory use is a bit more self-documenting.

[ Impact: cleanup ]

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Xen-devel <xen-devel@lists.xensource.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
LKML-Reference: <4A032EF1.6070708@goop.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/xen/setup.c