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

xen-devel

[Top] [All Lists]

[Xen-devel] [PATCH] x86: remove references to non-existing 7th multi cal

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] x86: remove references to non-existing 7th multi call argument
From: "Jan Beulich" <jbeulich@xxxxxxxxxx>
Date: 2006年10月04日 17:11:26 +0200
Delivery-date: 2006年10月04日 08:10:25 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
.. and a needless use of the STR() macro.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
Index: 2006年09月21日/xen/arch/x86/x86_32/asm-offsets.c
===================================================================
--- 2006年09月21日.orig/xen/arch/x86/x86_32/asm-offsets.c 2006年09月25日 
14:58:07.000000000 +0200
+++ 2006年09月21日/xen/arch/x86/x86_32/asm-offsets.c 2006年09月25日 
14:59:27.000000000 +0200
@@ -118,7 +118,6 @@ void __dummy__(void)
 OFFSET(MULTICALL_arg3, struct multicall_entry, args[3]);
 OFFSET(MULTICALL_arg4, struct multicall_entry, args[4]);
 OFFSET(MULTICALL_arg5, struct multicall_entry, args[5]);
- OFFSET(MULTICALL_arg6, struct multicall_entry, args[6]);
 OFFSET(MULTICALL_result, struct multicall_entry, result);
 BLANK();
 
Index: 2006年09月21日/xen/arch/x86/x86_64/asm-offsets.c
===================================================================
--- 2006年09月21日.orig/xen/arch/x86/x86_64/asm-offsets.c 2006年09月25日 
14:58:19.000000000 +0200
+++ 2006年09月21日/xen/arch/x86/x86_64/asm-offsets.c 2006年09月25日 
14:59:15.000000000 +0200
@@ -112,7 +112,6 @@ void __dummy__(void)
 OFFSET(MULTICALL_arg3, struct multicall_entry, args[3]);
 OFFSET(MULTICALL_arg4, struct multicall_entry, args[4]);
 OFFSET(MULTICALL_arg5, struct multicall_entry, args[5]);
- OFFSET(MULTICALL_arg6, struct multicall_entry, args[6]);
 OFFSET(MULTICALL_result, struct multicall_entry, result);
 BLANK();
 
Index: 2006年09月21日/xen/include/asm-x86/multicall.h
===================================================================
--- 2006年09月21日.orig/xen/include/asm-x86/multicall.h 2006年09月25日 
14:58:07.000000000 +0200
+++ 2006年09月21日/xen/include/asm-x86/multicall.h 2006年09月25日 15:00:39.000000000 
+0200
@@ -16,7 +16,7 @@
 " movq "STR(MULTICALL_op)"(%0),%%rax; " \
 " cmpq $("STR(NR_hypercalls)"),%%rax; " \
 " jae 2f; " \
- " leaq "STR(hypercall_table)"(%%rip),%%rdi; "\
+ " leaq hypercall_table(%%rip),%%rdi; " \
 " leaq (%%rdi,%%rax,8),%%rax; " \
 " movq "STR(MULTICALL_arg0)"(%0),%%rdi; " \
 " movq "STR(MULTICALL_arg1)"(%0),%%rsi; " \
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] x86: remove references to non-existing 7th multi call argument, Jan Beulich <=
Previous by Date: [Xen-devel] Re: invalid PTE for xen_start-info ? , Keir Fraser
Next by Date: [Xen-devel] [PATCH] x86: fix make logic of final linking steps , Jan Beulich
Previous by Thread: Re: [Xen-devel] xenconsoled CPU denial of service problem , Daniel P. Berrange
Next by Thread: [Xen-devel] [PATCH] x86: fix make logic of final linking steps , Jan Beulich
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /