All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/cpu: Add Atom Tremont (Elkhart Lake)
@ 2019-08-13  4:43 Kyung Min Park
  2019-08-13  7:21 ` Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Kyung Min Park @ 2019-08-13  4:43 UTC (permalink / raw)
  Cc: kyung.min.park, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	H. Peter Anvin, x86, Rajneesh Bhardwaj, Kan Liang, Qiuxu Zhuo,
	Andy Shevchenko, Peter Zijlstra, linux-kernel

Add the Atom Tremont model number to the Intel family list.

Signed-off-by: Kyung Min Park <kyung.min.park@intel.com>
---
 arch/x86/include/asm/intel-family.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 0278aa6..02d675d 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -79,6 +79,7 @@
 #define INTEL_FAM6_ATOM_GOLDMONT_PLUS	0x7A /* Gemini Lake */
 
 #define INTEL_FAM6_ATOM_TREMONT_X	0x86 /* Jacobsville */
+#define INTEL_FAM6_ATOM_TREMONT		0x96 /* Elkhart Lake */
 
 /* Xeon Phi */
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86/cpu: Add Atom Tremont (Elkhart Lake)
  2019-08-13  4:43 [PATCH] x86/cpu: Add Atom Tremont (Elkhart Lake) Kyung Min Park
@ 2019-08-13  7:21 ` Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2019-08-13  7:21 UTC (permalink / raw)
  To: Kyung Min Park
  Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86,
	Rajneesh Bhardwaj, Kan Liang, Qiuxu Zhuo, Andy Shevchenko,
	Peter Zijlstra, linux-kernel

On Mon, Aug 12, 2019 at 09:43:38PM -0700, Kyung Min Park wrote:
> Add the Atom Tremont model number to the Intel family list.
> 
> Signed-off-by: Kyung Min Park <kyung.min.park@intel.com>
> ---
>  arch/x86/include/asm/intel-family.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
> index 0278aa6..02d675d 100644
> --- a/arch/x86/include/asm/intel-family.h
> +++ b/arch/x86/include/asm/intel-family.h
> @@ -79,6 +79,7 @@
>  #define INTEL_FAM6_ATOM_GOLDMONT_PLUS	0x7A /* Gemini Lake */
>  
>  #define INTEL_FAM6_ATOM_TREMONT_X	0x86 /* Jacobsville */
> +#define INTEL_FAM6_ATOM_TREMONT		0x96 /* Elkhart Lake */
>  
>  /* Xeon Phi */
>  
> -- 

Did you have a look at this thread before sending this patch?

https://lkml.kernel.org/r/20190808101045.19239-1-rajneesh.bhardwaj@linux.intel.com

Either way, please do a second patch summing up the naming scheme
explanations. And send this patch adding the model number together with
its first user patchset.

Thx.

-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-13  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13  4:43 [PATCH] x86/cpu: Add Atom Tremont (Elkhart Lake) Kyung Min Park
2019-08-13  7:21 ` Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.