[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [Xen-staging] [xen-unstable] Implement clean return from save/restore failure (so that original
On Mon, 2007-01-22 at 15:16 +0000, Xen staging patchbot-unstable wrote: > + /* > + * (x86 only) Rewrite store_mfn and console_mfn back to MFN (from PFN). > + */ > +#if defined(__i386__) || defined(__x86_64__) > + xc_dominfo_t info; ^^^^ <snip> > +#endif /* defined(__i386__) || defined(__x86_64__) */ > + > + /* Reset all secondary CPU states. */ > + for ( i = 1; i <= info.max_vcpu_id; i++ ) ^^^^ info isn't defined here on non-x86. Thanks, Alex -- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |