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-devel

[Xen-devel] [PATCH] Xeno-Linux <asm/fixmap.h> is not in all arches

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Xeno-Linux <asm/fixmap.h> is not in all arches
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Wed, 24 May 2006 14:04:43 -0400
Cc: chrisw@xxxxxxxxxx, christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Delivery-date: Wed, 24 May 2006 11:09:00 -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
Those that do have the file will get it from <asm/pgtable.h>

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>

---

diff -r 6015477da516 drivers/xen/core/gnttab.c
--- a/drivers/xen/core/gnttab.c Tue May 23 16:50:40 2006 -0400
+++ b/drivers/xen/core/gnttab.c Wed May 24 13:10:35 2006 -0400
@@ -38,7 +38,6 @@
 #include <linux/vmalloc.h>
 #include <asm/pgtable.h>
 #include <xen/interface/xen.h>
-#include <asm/fixmap.h>
 #include <asm/uaccess.h>
 #include <xen/gnttab.h>
 #include <asm/synch_bitops.h>

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Xeno-Linux <asm/fixmap.h> is not in all arches, Jimi Xenidis <=