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

[Xen-changelog] [IA64] linux: remove alloc_empty_foreign_map_page()

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [IA64] linux: remove alloc_empty_foreign_map_page()
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 May 2006 12:44:20 +0000
Delivery-date: Tue, 23 May 2006 05:47:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 423bee6351299bfda90781cc018f5d21c16ff0ed
# Parent  7296d8fb07ff4f8f9d16078c7494997f03864737
[IA64] linux: remove alloc_empty_foreign_map_page()

alloc_empty_foreign_map_page() in xenia64_init.c isn't used with
CONFIG_XEN_IA64_DOM0_VP enabled.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 linux-2.6-xen-sparse/arch/ia64/xen/drivers/xenia64_init.c |    2 ++
 1 files changed, 2 insertions(+)

diff -r 7296d8fb07ff -r 423bee635129 
linux-2.6-xen-sparse/arch/ia64/xen/drivers/xenia64_init.c
--- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/xenia64_init.c Tue May 09 
11:38:35 2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/xenia64_init.c Tue May 09 
11:40:00 2006 -0600
@@ -35,6 +35,7 @@ int xen_init(void)
        return 0;
 }
 
+#ifndef CONFIG_XEN_IA64_DOM0_VP
 /* We just need a range of legal va here, though finally identity
  * mapped one is instead used for gnttab mapping.
  */
@@ -47,6 +48,7 @@ unsigned long alloc_empty_foreign_map_pa
 
        return (unsigned long)vma->addr;
 }
+#endif
 
 #if 0
 /* These should be define'd but some drivers use them without

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] linux: remove alloc_empty_foreign_map_page(), Xen patchbot-unstable <=