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>
This commit is contained in:
parent
3647e5c151
commit
d8e55350f1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue