Displaying 2 results from an estimated 2 matches for "02f3a0b3".
2019 May 15
1
[PATCH] Add support for Hygon Dhyana processor
...040e859b.1538583282.git.puwen at hygon.cn
Signed-off-by: Jinke Fan <fanjinke51 at yeah.net>
---
com32/gplinclude/cpuid.h | 5 +++--
com32/gpllib/cpuid.c | 7 +++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index 02f3a0b3..fd77b69d 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -187,8 +187,9 @@ extern bool get_cpu_flag_value_from_name(s_cpu *cpu, const char * flag);
#define X86_VENDOR_RISE 6
#define X86_VENDOR_TRANSMETA 7
#define X86_VENDOR_NSC 8
-#define X86_VENDOR_UNKNOWN 9
-#define X8...
2020 Sep 16
0
[RFC PATCH] x86_64: Add support for Hygon Dhyana processor
...4 cores on this system
Thanks!
Jinke Fan
Signed-off-by: Jinke Fan <fanjinke51 at yeah.net>
---
com32/gplinclude/cpuid.h | 5 +++--
com32/gpllib/cpuid.c | 7 +++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index 02f3a0b3..fd77b69d 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -187,8 +187,9 @@ extern bool get_cpu_flag_value_from_name(s_cpu *cpu, const char * flag);
#define X86_VENDOR_RISE 6
#define X86_VENDOR_TRANSMETA 7
#define X86_VENDOR_NSC 8
-#define X86_VENDOR_UNKNOWN 9
-#define X8...