[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] multicall.c:
ChangeSet 1.1627, 2005/06/01 13:36:40+01:00, cl349@xxxxxxxxxxxxxxxxxxxx multicall.c: Put multicall result in result field instead of args[5]. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> multicall.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/xen/common/multicall.c b/xen/common/multicall.c --- a/xen/common/multicall.c 2005-06-01 09:03:05 -04:00 +++ b/xen/common/multicall.c 2005-06-01 09:03:05 -04:00 @@ -43,7 +43,7 @@ do_multicall_call(&mcs->call); - if ( unlikely(__put_user(mcs->call.args[5], &call_list[i].args[5])) ) + if ( unlikely(__put_user(mcs->call.result, &call_list[i].result)) ) { DPRINTK("Error writing result back to multicall block.\n"); goto fault; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |