Re: [fpc-devel] [PATCH] Add support for Hygon Dhyana processor

2019-05-27 Thread Jinke Fan
On 2019/5/25 3:53, Ralf Quint wrote: On 5/23/2019 2:10 AM, Jinke Fan wrote: Hi, This patch adds vendor id detection for Hygon Dhyana CPUs. Could anyone help me with submit it? More details can be found on:

Re: [fpc-devel] [PATCH] Add support for Hygon Dhyana processor

2019-05-26 Thread Jinke Fan
On 2019/5/25 2:52, wkitt...@windstream.net wrote: On 5/23/19 5:10 AM, Jinke Fan wrote:   { return base type of processor: 0 - is Unknown, 10 - is AMD (AuthenticAMD), } +    {    10 - is Hygon (HygonGenuine) } is there a problem here? AMD and Hygon are both

Re: [fpc-devel] [PATCH] Add support for Hygon Dhyana processor

2019-05-24 Thread Ralf Quint
On 5/23/2019 2:10 AM, Jinke Fan wrote: Hi, This patch adds vendor id detection for Hygon Dhyana CPUs. Could anyone help me with submit it? More details can be found on: http://lkml.kernel.org/r/5ce86123a7b9dad925ac583d88d2f921040e859b.1538583282.git.pu...@hygon.cn Why would this be

Re: [fpc-devel] [PATCH] Add support for Hygon Dhyana processor

2019-05-24 Thread wkitty42
On 5/23/19 5:10 AM, Jinke Fan wrote: { return base type of processor: 0 - is Unknown, 10 - is AMD (AuthenticAMD), } +{10 - is Hygon (HygonGenuine) } is there a problem here? AMD and Hygon are both listed as 10... {

[fpc-devel] [PATCH] Add support for Hygon Dhyana processor

2019-05-24 Thread Jinke Fan
Hi, This patch adds vendor id detection for Hygon Dhyana CPUs. Could anyone help me with submit it? More details can be found on: http://lkml.kernel.org/r/5ce86123a7b9dad925ac583d88d2f921040e859b.1538583282.git.pu...@hygon.cn --- fpcsrc/rtl/i386/mmx.pp | 2 ++ 1 file changed, 2 insertions(+)