Re: [PATCH 5/4] x86/mm: Further simplify 1 GB kernel linear mappings handling

From: Ingo Molnar
Date: Thu Mar 05 2015 - 03:23:46 EST



* Jan Beulich <JBeulich@xxxxxxxx> wrote:

> > +config X86_DIRECT_GBPAGES
> > + def_bool (X86_64 && !DEBUG_PAGEALLOC && !KMEMCHECK)
>
> config X86_DIRECT_GBPAGES
> def_bool y
> depends on X86_64 && !DEBUG_PAGEALLOC && !KMEMCHECK
>
> or else it'll leave a pointless
>
> # CONFIG_X86_DIRECT_GBPAGES is not set
>
> in .config-s where the dependencies are not met.

Ok, fixed - thanks!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/