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

Re: [Xen-ia64-devel] [Patch] pv_ops: cleanup xen_pv_ops.c

To: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Subject: Re: [Xen-ia64-devel] [Patch] pv_ops: cleanup xen_pv_ops.c
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Tue, 1 Apr 2008 12:22:49 +0900
Cc: xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 31 Mar 2008 20:23:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <AAC893A4272E53takebe_akio@xxxxxxxxxxxxxx>
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>
References: <AAC893A4272E53takebe_akio@xxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6i
> --- a/include/asm-ia64/xen/hypervisor.h
> +++ b/include/asm-ia64/xen/hypervisor.h
> @@ -56,6 +56,11 @@ extern const int running_on_xen;
>  extern struct shared_info *HYPERVISOR_shared_info;
>  extern struct start_info *xen_start_info;
>  
> +extern char xen_switch_to;
> +extern char xen_leave_syscall;
> +extern char xen_work_processed_syscall;
> +extern char xen_leave_kernel;
> +
>  DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
>  void __init xen_setup_vcpu_info_placement(void);
>  void force_evtchn_callback(void);

Those symbols aren't intended to be exported.
In fact their type aren't char because they don't have
correcponding C type.
I think they are exceptions.

I applied other two fixes.
thanks,
-- 
yamahata

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

<Prev in Thread] Current Thread [Next in Thread>