[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] [Patch] pv_ops: cleanup xen_pv_ops.c
> --- 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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |