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 warnings in mm.c

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] cleanup warnings in mm.c
From: Kouya SHIMURA <kouya@xxxxxxxxxxxxxx>
Date: Wed, 14 Jun 2006 17:18:48 +0900
Delivery-date: Wed, 14 Jun 2006 01:21:19 -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,

This patch fixes the following warnings in mm.c.

mm.c:38: warning: implicit declaration of function `alloc_domain'
mm.c:38: warning: assignment makes pointer from integer without a cast
mm.c:46: warning: assignment makes pointer from integer without a cast

Kouya

Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx>

diff -r e62685b48500 xen/arch/ia64/xen/mm.c
--- a/xen/arch/ia64/xen/mm.c    Tue Jun 13 15:05:33 2006 -0600
+++ b/xen/arch/ia64/xen/mm.c    Wed Jun 14 17:01:58 2006 +0900
@@ -10,6 +10,8 @@
  */
 
 #include <xen/config.h>
+#include <xen/sched.h>
+#include <xen/domain.h>
 #include <asm/xentypes.h>
 #include <asm/mm.h>
 #include <asm/pgalloc.h>
_______________________________________________
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 warnings in mm.c, Kouya SHIMURA <=