From: Will Deacon Date: Mon, 28 Feb 2011 16:01:04 +0000 (+0100) Subject: ARM: 6771/1: vexpress: add support for multiple core tiles X-Git-Tag: v2.6.39-rc1~100^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80b5efbd43f0a21e9fc6db87823be32fcfe3e7ce;p=pandora-kernel.git ARM: 6771/1: vexpress: add support for multiple core tiles The current Versatile Express BSP defines the MACHINE_START macro in the core tile code. This patch moves this into the generic board code and introduces a method for determining the current tile at runtime, allowing the Kernel to have support for multiple tiles compiled in. Tile-specific functions are executed via a descriptor struct containing the correct implementations for the current tile. Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed