From: Alexander van Heukelum Date: Tue, 4 Mar 2008 19:12:28 +0000 (+0100) Subject: x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled X-Git-Tag: v2.6.26-rc1~1154^2~488 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd94c0809eb0ff50b628fa061c531a6fbf2fbbc;p=pandora-kernel.git x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled Jeremy Fitzhardinge pointed out that looking at the boot_params struct to determine if the system is running in a paravirtual environment is not reliable for the Xen case, currently. He also points out that there already exists a function to determine if the system is running in a paravirtual environment. So let's use that instead. This gets rid of the preprocessor test too. Signed-off-by: Alexander van Heukelum Acked-by: H. Peter Anvin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed