From 3409bccb21d10364e037cf3ef334dd97949ae9b1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 16 Oct 2016 22:45:44 +0200 Subject: [PATCH] Update cpuid_x86.c Add Bay Trail "Pentium N3520" atom cpu --- cpuid_x86.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpuid_x86.c b/cpuid_x86.c index bbd377f67..dff150701 100644 --- a/cpuid_x86.c +++ b/cpuid_x86.c @@ -1110,6 +1110,9 @@ int get_cpuname(void){ break; case 3: switch (model) { + case 7: + // Bay Trail + return CPUTYPE_ATOM; case 10: case 14: // Ivy Bridge