Kirill A. Shutemov wrote:
> diff --git a/include/linux/mm.h b/include/linux/mm.h
> index c8a8626..4669c19 100644
> --- a/include/linux/mm.h
> +++ b/include/linux/mm.h
> @@ -165,6 +165,11 @@ extern pgprot_t protection_map[16];
>  #define FAULT_FLAG_RETRY_NOWAIT      0x10    /* Don't drop mmap_sem and wait 
> when retrying */
>  #define FAULT_FLAG_KILLABLE  0x20    /* The fault task is in SIGKILL 
> killable region */
>  #define FAULT_FLAG_TRIED     0x40    /* second try */
> +#ifdef CONFIG_CONFIG_TRANSPARENT_HUGEPAGE

Oops, s/CONFIG_CONFIG/CONFIG/.

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

Reply via email to