]> xenbits.xensource.com Git - seabios.git/commit
Initialize the LINT LVTs on the local APIC of the BSP.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 14 Nov 2009 18:43:01 +0000 (13:43 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 14 Nov 2009 18:43:01 +0000 (13:43 -0500)
commit19c1a7692bf65fc40e56f93ad00cc3eefaad22a4
tree6791629cc3d8ce49132a6614481e7ae0fcc1b6c7
parent86916ce3de5fc16753507b964053c8476ebe6631
Initialize the LINT LVTs on the local APIC of the BSP.

Since the APIC is enabled, we need to initialize LINT0 to ExtINT and LINT1 to NMI.
For now, only do this on non-coreboot configurations.

Signed-off-by: Magnus Christensson <mch@virtutech.com>
src/smp.c