From: Catalin Marinas Date: Thu, 14 Nov 2013 15:15:37 +0000 (+0000) Subject: arm64: dts: Reserve the memory used for secondary CPU release address X-Git-Tag: submit/tizen_common/20140905.094502~299 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c992df26ee88eb93c39c1ce187c9003a997001e;p=sdk%2Femulator%2Femulator-kernel.git arm64: dts: Reserve the memory used for secondary CPU release address commit df503ba7f653c590b475ab80bde788edf5af70d5 upstream. With the spin-table SMP booting method, secondary CPUs poll a location passed in the DT. The foundation-v8.dts file doesn't have this memory reserved and there is a risk of Linux using it before secondary CPUs are started. Signed-off-by: Catalin Marinas Signed-off-by: Jiri Slaby --- diff --git a/arch/arm64/boot/dts/foundation-v8.dts b/arch/arm64/boot/dts/foundation-v8.dts index 84fcc5018284..519c4b2c0687 100644 --- a/arch/arm64/boot/dts/foundation-v8.dts +++ b/arch/arm64/boot/dts/foundation-v8.dts @@ -6,6 +6,8 @@ /dts-v1/; +/memreserve/ 0x80000000 0x00010000; + / { model = "Foundation-v8A"; compatible = "arm,foundation-aarch64", "arm,vexpress";