Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1610342

Re: [PATCH 1/8] x86/boot: Detect 5-level paging support

From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/8] x86/boot: Detect 5-level paging support
Date 2017-03-28 08:10 +0200
Message-ID <tpSum-3pJ-13@gated-at.bofh.it> (permalink)
References <tpFQu-2sV-9@gated-at.bofh.it> <tpFQu-2sV-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


* Kirill A. Shutemov <kirill.shutemov@linux.intel.com> wrote:

> +#ifdef CONFIG_X86_5LEVEL
> +#define DISABLE_LA57	0
> +#else
> +#define DISABLE_LA57	(1<<(X86_FEATURE_LA57 & 31))
> +#endif

> +#ifdef CONFIG_X86_5LEVEL
> +# define NEED_LA57	(1<<(X86_FEATURE_LA57 & 31))
> +#else
> +# define NEED_LA57	0
> +#endif

Please use consistent style.

Thanks,

	Ingo

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/8] x86/boot: Detect 5-level paging support "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2017-03-27 18:40 +0200
  Re: [PATCH 1/8] x86/boot: Detect 5-level paging support Ingo Molnar <mingo@kernel.org> - 2017-03-28 08:10 +0200
    [PATCHv2 1/8] x86/boot: Detect 5-level paging support "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2017-03-28 12:50 +0200

csiph-web