arm/acpi: Move end_boot_allocator after acpi_boot_table_init
authorShannon Zhao <zhaoshenglong@huawei.com>
Wed, 2 Mar 2016 07:38:00 +0000 (08:38 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 3 Mar 2016 08:03:38 +0000 (09:03 +0100)
commit827543c0ce14b5fe947b38ff72fa337e6485e050
treef242ff97fc59dc861da028a0e80c73dbc5654585
parent0faf04a868d1dc8ae1d7a66c0d2dfe66a028385b
arm/acpi: Move end_boot_allocator after acpi_boot_table_init

To support ACPI NUMA, it needs to make the ACPI initialization done
before boot_end_allocator. Also, x86 does this by the same way.

Signed-off-by: Parth Dixit <parth.dixit@linaro.org>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/arm/setup.c