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] cleanup linux-2.6-xen-sparce

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx, fedora-xen@xxxxxxxxxx
Subject: [Xen-ia64-devel] [patch] cleanup linux-2.6-xen-sparce
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Thu, 01 Jun 2006 16:27:01 +0900
Delivery-date: Thu, 01 Jun 2006 00:28:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi, Alex and Aron

This is a cleanup patch.

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

Best Regards,

Akio Takebe

diff -r acabf4bdec4f linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c
--- a/linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c   Wed May 31 13:
05:21 2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c   Mon Jun 05 18:
55:47 2006 +0900
@@ -564,7 +564,7 @@ xen_ia64_privcmd_entry_munmap(struct xen
        entry->gpfn = INVALID_GPFN;
 }
 
-static int
+static void
 xen_ia64_privcmd_entry_open(struct xen_ia64_privcmd_range* 
privcmd_range,
                            int i)
 {
@@ -576,7 +576,7 @@ xen_ia64_privcmd_entry_open(struct xen_i
        }
 }
 
-static int
+static void
 xen_ia64_privcmd_entry_close(struct xen_ia64_privcmd_range* 
privcmd_range,
                             int i)
 {

Attachment: fix_non-void.patch
Description: Binary 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>
  • [Xen-ia64-devel] [patch] cleanup linux-2.6-xen-sparce, Akio Takebe <=