cpu/x86/lapic/lapic_cpu_init.c: Drop unused guards
Both model_2065x and model_206ax use the parallel mp init codepath. Change-Id: I6440d413761361ee8b69d5c76b69409bd7528b5d Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37065 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
181de282b5
commit
eef63607b8
|
@ -142,9 +142,7 @@ static int lapic_start_cpu(unsigned long apicid)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#if !CONFIG(CPU_AMD_MODEL_10XXX) \
|
||||
&& !CONFIG(CPU_INTEL_MODEL_206AX) \
|
||||
&& !CONFIG(CPU_INTEL_MODEL_2065X)
|
||||
#if !CONFIG(CPU_AMD_MODEL_10XXX)
|
||||
mdelay(10);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue