Home
last modified time | relevance | path

Searched hist:"67 b24970cef90b6d230e370cce9db8c29b2f4d74" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dirq.c67b24970cef90b6d230e370cce9db8c29b2f4d74 Mon May 25 14:35:07 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: Do sanity test on pirq table before writing

If pirq_routing_table points to NULL, that means U-Boot fails to
generate the table before in create_pirq_routing_table(), so we
test it against NULL before actually writing it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>