From: Alexandre Courbot Date: Sun, 24 Nov 2013 06:30:50 +0000 (+0900) Subject: ARM: tegra: split setting of CPU reset handler X-Git-Tag: drivers-for-linus~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad14ecee4d868a54556e40cdc3df7fe78e3ab9d0;p=pandora-kernel.git ARM: tegra: split setting of CPU reset handler Not all Tegra devices can set the CPU reset handler in the same way. In particular, devices using a TrustZone secure monitor cannot set it up directly and need to ask the firmware to do it. This patch separates the act of setting the reset handler from its preparation, so the former can be implemented in a different way. Signed-off-by: Alexandre Courbot Reviewed-by: Tomasz Figa Reviewed-by: Stephen Warren Signed-off-by: Stephen Warren --- Reading git-diff-tree failed