On Thu, Feb 12, 2015 at 09:56:30AM +0000, David Vrabel wrote:
> On 12/02/15 06:03, Luis R. Rodriguez wrote:
> > From: "Luis R. Rodriguez" <mcg...@suse.com>
> > 
> > Although XEN currently selects XEN_HAVE_PVMMU that will not
> > be the case in the near future so select this requirement
> > explicitly as per the agreed upon Kconfig changes [0].
> [...]
> > --- a/arch/x86/xen/Kconfig
> > +++ b/arch/x86/xen/Kconfig
> > @@ -28,7 +28,7 @@ config XEN_MAX_DOMAIN_MEMORY
> >         int
> >         default 500 if X86_64
> >         default 64 if X86_32
> > -       depends on XEN
> > +       depends on XEN && XEN_HAVE_PVMMU
> 
> This can be just
> 
>   depends on XEN_HAVE_PVMMU

Fixed.

 Luis

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to