[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [IA64] counter part of 12385:bfe3f8f35e87 xen-unstable.hg.



# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 30b1325e64527c9bb1d3604d898365f781717e9d
# Parent  ac5330d4945a6eb388424ba8cf76f494ad9df47a
[IA64] counter part of 12385:bfe3f8f35e87 xen-unstable.hg.

return -ENOSYS for undefined sub-functions.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 xen/arch/ia64/xen/hypercall.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff -r ac5330d4945a -r 30b1325e6452 xen/arch/ia64/xen/hypercall.c
--- a/xen/arch/ia64/xen/hypercall.c     Wed Nov 15 12:15:34 2006 -0700
+++ b/xen/arch/ia64/xen/hypercall.c     Mon Nov 20 09:39:46 2006 -0700
@@ -453,7 +453,7 @@ static long do_physdev_op(int cmd, XEN_G
     }
 
     default:
-        ret = -EINVAL;
+        ret = -ENOSYS;
         break;
     }
 
@@ -479,7 +479,7 @@ static long register_guest_callback(stru
         break;
 
     default:
-        ret = -EINVAL;
+        ret = -ENOSYS;
         break;
     }
 
@@ -488,7 +488,7 @@ static long register_guest_callback(stru
 
 static long unregister_guest_callback(struct callback_unregister *unreg)
 {
-    return -EINVAL ;
+    return -EINVAL;
 }
 
 /* First time to add callback to xen/ia64, so let's just stick to
@@ -525,7 +525,7 @@ static long do_callback_op(int cmd, XEN_
     break;
 
     default:
-        ret = -EINVAL;
+        ret = -ENOSYS;
         break;
     }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.