x86: Check PIRQ routing table sanity in the F segment
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Apr 2015 06:16:01 +0000 (14:16 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:50 +0000 (18:51 -0600)
commit283a08e52a0d3f5fe8ac3139c632f32a03fc44f0
tree9b26cfc3250cb8dad3c979b5e9016a7b70217a61
parent8827227889848433d464f31c76c8be9d13567623
x86: Check PIRQ routing table sanity in the F segment

Previously the PIRQ routing table sanity check was performed against
the original table provided by the platform codes. Now we switch to
check its sanity on the final table in the F segment as this one is
the one seen by the OS.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/pirq_routing.c