From: Vineet Gupta Date: Thu, 21 Feb 2013 18:39:22 +0000 (+0530) Subject: xtensa: Flat DeviceTree copy not future-safe X-Git-Tag: v3.11-rc1~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220f5354089b27e8eeaa8658806dabc59ce55729;p=pandora-kernel.git xtensa: Flat DeviceTree copy not future-safe flat DT copy code calls bootmem allocator with @align = 0. This is probably OK with legacy allocator which xtensa uses right now, but this will panic right away with memblock allocator Signed-off-by: Vineet Gupta Cc: Chris Zankel Cc: Max Filippov Cc: Marc Gauthier Cc: linux-xtensa@linux-xtensa.org Cc: linux-kernel@vger.kernel.org Acked-by: Max Filippov Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- Reading git-diff-tree failed