]> xenbits.xensource.com Git - xenclient/kernel.git/commit
[IA64] kexec: remove unnecessary #ifdef CONFIG_XEN.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 28 Jul 2008 08:24:37 +0000 (17:24 +0900)
committerIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 28 Jul 2008 08:24:37 +0000 (17:24 +0900)
commit9cd5d2639532830c9d9c72a41849983aaa0db146
tree69e80411c3c7fd3a259fa26fdca3ebebac3aef26
parent24e296ed1df61b81d191e063b101c0f567e8ef16
[IA64] kexec: remove unnecessary #ifdef CONFIG_XEN.

There is no specific reason to reduce memory and stack registers
for kexec. Because the page for relocate_kernel code is allocated
by kimage_alloc_pages() which calls xen_limit_pages_to_max_mfn()
so that pages are guaranteed to be machine contiguous.
Remove those unnecessary #ifdef CONFIG_XEN.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
arch/ia64/kernel/relocate_kernel.S