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] Remove page_to_pseudophys definition since it d

To: Juan Quintela <quintela@xxxxxxxxxx>
Subject: [Xen-ia64-devel] [PATCH] Remove page_to_pseudophys definition since it doesn't make sense and isn't
From: Aron Griffis <aron@xxxxxx>
Date: Mon, 16 Oct 2006 23:20:53 -0400
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 16 Oct 2006 20:24:31 -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 Juan,

This is a tiny cleanup in your forward port.  I verified it by
building with kernel-2.6.18-ia64.config from Fedora kernel-cvs

# HG changeset patch
# User agriffis@xxxxxxxxxxxxxxx
# Date 1161055240 14400
# Node ID 4c4e0f40b4e40c82ec7345183dbcb52fa84b9449
# Parent  84594d1998379a8da3c262e3e792f1383f67603c
Remove page_to_pseudophys definition from !CONFIG_XEN
since it doesn't make sense and isn't used.

Signed-off-by: Aron Griffis <aron@xxxxxx>

diff -r 84594d199837 -r 4c4e0f40b4e4 include/asm-ia64/io.h
--- a/include/asm-ia64/io.h     Fri Oct 13 04:37:12 2006 +0200
+++ b/include/asm-ia64/io.h     Mon Oct 16 23:20:40 2006 -0400
@@ -103,7 +103,6 @@ extern int valid_mmap_phys_addr_range (u
 #define virt_to_bus    virt_to_phys
 #define page_to_bus    page_to_phys
 #define page_to_phys(page)     (page_to_pfn(page) << PAGE_SHIFT)
-#define page_to_pseudophys(page)       page_to_phys(page)
 #else /* CONFIG_XEN */
 #define bus_to_virt(bus)       \
        phys_to_virt(machine_to_phys_for_dma(bus))



_______________________________________________
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] Remove page_to_pseudophys definition since it doesn't make sense and isn't, Aron Griffis <=