]> git.baikalelectronics.ru Git - kernel.git/commit
ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface()
authorHanjun Guo <hanjun.guo@linaro.org>
Fri, 27 Mar 2015 12:14:35 +0000 (12:14 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 31 Mar 2015 15:30:24 +0000 (16:30 +0100)
commit71eadea0be0598bea46fbba571cfef15b9688f0c
treee9df5b37485df62560657641fe23bbba31757bbf
parent5c3da2724df2db55e9e35aa0108c176ba4072101
ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface()

MADT scanning will stop when it gets an error from the handler,
acpi_map_gic_cpu_interface(), on arm64.  However, we need to
find all of the enabled CPUs so that SMP initialization can work
properly.  So, if an error occurs in this case, ignore it for
now so that we can find all of the enabled CPUs.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/acpi.c