]> xenbits.xensource.com Git - xen.git/commit
xen/arm: acpi: Remove uncessary check in acpi_map_gic_cpu_interface
authorJulien Grall <julien.grall@arm.com>
Mon, 11 Apr 2016 13:33:36 +0000 (14:33 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 11 Apr 2016 14:07:38 +0000 (10:07 -0400)
commitadb3149b9cf2f30477a24dae99bea447a2d1b26c
tree7b1cbd5e3813d1e1218f5a3980ba869cc57408b7
parent632b7a1e08b4bc3682b36f7956098b0e4aaff272
xen/arm: acpi: Remove uncessary check in acpi_map_gic_cpu_interface

This part of the code will never be executed when the entry
corresponds to the boot CPU.

Also print an error message rather when arch_cpu_init has failed.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
xen/arch/arm/acpi/boot.c