To reduce boot time, remove the double startup IPI and 10 ms delay from lapic_cpu_ini...
authorScott Duplichan <scott@notabs.org>
Tue, 19 Oct 2010 04:36:42 +0000 (04:36 +0000)
committerScott Duplichan <scott@notabs.org>
Tue, 19 Oct 2010 04:36:42 +0000 (04:36 +0000)
commit236aef238f6e5c735cc9f253746def582fbaf8ff
treeb9e49ede318d6aae2098aa7c1c81ede9e732eeb1
parentaf786b618d5e1aafe1e5b8d9ed49b55903381a2e
To reduce boot time, remove the double startup IPI and 10 ms delay from lapic_cpu_init.c. The change is
currently restricted to recent model AMD processors, though it could be applied to others after successful testing.

Signed-off-by: Scott Duplichan <scott@notabs.org>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5967 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/cpu/x86/lapic/lapic_cpu_init.c