WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[Xen-ia64-devel] [PATCH 5/5] kexec: remove unnecessary CONFIG_XEN

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH 5/5] kexec: remove unnecessary CONFIG_XEN
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 24 Jul 2008 14:59:59 +0900
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Delivery-date: Wed, 23 Jul 2008 22:59:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.18 (2008-05-17)
[IA64] kexec: remove unnecessary #ifdef CONFIG_XEN.

There is no specific reason to reduce memory and stack registers
for kexec. So remove those #ifdef CONFIG_XEN.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>

diff -r 043b7e98c473 arch/ia64/kernel/relocate_kernel.S
--- a/arch/ia64/kernel/relocate_kernel.S        Thu Jul 24 14:31:27 2008 +0900
+++ b/arch/ia64/kernel/relocate_kernel.S        Thu Jul 24 14:31:46 2008 +0900
@@ -187,18 +187,10 @@
 
 .align  32
 memory_stack:
-#ifdef CONFIG_XEN
-       .fill           4096, 1, 0
-#else
        .fill           8192, 1, 0
-#endif
 memory_stack_end:
 register_stack:
-#ifdef CONFIG_XEN
-       .fill           4096, 1, 0
-#else
        .fill           8192, 1, 0
-#endif
 register_stack_end:
 relocate_new_kernel_end:
 END(relocate_new_kernel)

Attachment: remove-unnecessary-config-xen.patch
Description: Text Data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>