seabios: fix mptable nmi entry
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Mon, 10 Oct 2011 06:06:29 +0000 (14:06 +0800)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 30 Oct 2011 17:45:28 +0000 (13:45 -0400)
commit55e28a48f0bd91e151fc10d99c22161d55eeba71
tree259d7a5bcc0da7d1b6bbb3874391a39d13c867ee
parent7098638930d87e369ec62b6036a4ba15036c11fd
seabios: fix mptable nmi entry

In the current seabios MP table description, NMI is connected only to
BSP's LINT1. But usually NMI is connected to all the CPUs' LINT1 as
indicated in MP specification. This patch changes seabios MP table to
describe NMI is connected to all the CPUs' LINT1.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
src/mptable.c