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] RE: [patch ia64] remove duplicate uint64_t definitions

To: "Greg Edwards" <edwardsg@xxxxxxx>
Subject: [Xen-devel] RE: [patch ia64] remove duplicate uint64_t definitions
From: "Magenheimer, Dan (HP Labs Fort Collins)" <dan.magenheimer@xxxxxx>
Date: Tue, 15 Feb 2005 19:15:45 -0800
Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 16 Feb 2005 03:19:07 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Thread-index: AcUTeHXaekSyuxsIQm+6l7O94AXtwgAXQGEA
Thread-topic: [patch ia64] remove duplicate uint64_t definitions
> I needed the following patch to build xen-unstable.bk on 
> ia64/SLES.

Thanks.  Yes this was the result of a temporary workaround
of some code that got removed, then replaced in common
code. 

> Good work on getting this in bk!

Thanks, but kudos are also due to Keir and Ian who helped me
through a large number of changes to common code.

> -----Original Message-----
> From: Greg Edwards [mailto:edwardsg@xxxxxxx] 
> Sent: Tuesday, February 15, 2005 9:07 AM
> To: Magenheimer, Dan (HP Labs Fort Collins)
> Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
> Subject: [patch ia64] remove duplicate uint64_t definitions
> 
> Dan,
> 
> I needed the following patch to build xen-unstable.bk on 
> ia64/SLES.  Good
> work on getting this in bk!
> 
> Greg
> 
> 
> ===== xen/include/asm-ia64/config.h 1.1 vs edited =====
> --- 1.1/xen/include/asm-ia64/config.h 2005-02-14 06:25:26 -06:00
> +++ edited/xen/include/asm-ia64/config.h      2005-02-15 
> 09:59:29 -06:00
> @@ -203,10 +203,6 @@
>  // x86 typedef still used in sched.h, may go away later
>  //typedef unsigned long l1_pgentry_t;
>  
> -// removed from include/xen/types.h (why?)
> -typedef unsigned long uint64_t;
> -typedef unsigned int uint32_t;
> -
>  // see include/asm-ia64/mm.h, handle remaining pfn_info uses 
> until gone
>  #define pfn_info page
>  
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] RE: [patch ia64] remove duplicate uint64_t definitions, Magenheimer, Dan (HP Labs Fort Collins) <=