diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-02-22 07:48:23 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-02-23 14:44:18 +0000 |
commit | d8e55350f193449109906dfd1a261a4921ac95ab (patch) | |
tree | 38a01a8c10b774404851b0f07733aeda3cd09c40 /src | |
parent | 3647e5c151eab6c0a207ad53caf26f2e82ac6a54 (diff) | |
download | coreboot-d8e55350f193449109906dfd1a261a4921ac95ab.tar.xz |
arch/x86/smbios.c: Remove duplicated 'processor_upgrade'
Change-Id: I3500a648631c91f3a0812c7e661440743ed6a1e1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31555
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/smbios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c index da2569443d..fdf8ca1358 100644 --- a/src/arch/x86/smbios.c +++ b/src/arch/x86/smbios.c @@ -560,7 +560,6 @@ static int smbios_write_type4(unsigned long *current, int handle) t->processor_version = smbios_processor_name(t->eos); t->processor_family = (res.eax > 0) ? 0x0c : 0x6; t->processor_type = 3; /* System Processor */ - t->processor_upgrade = 0x06; t->core_count = (res.ebx >> 16) & 0xff; t->l1_cache_handle = 0xffff; t->l2_cache_handle = 0xffff; |