From: Joseph Lo Date: Thu, 3 Jan 2013 06:43:00 +0000 (+0800) Subject: ARM: tegra: moving the clock gating procedure to tegra_cpu_kill X-Git-Tag: v3.9-rc1~122^2~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b811943160cf3b040341c50d23440cf6d68ae079;p=pandora-kernel.git ARM: tegra: moving the clock gating procedure to tegra_cpu_kill The tegra_cpu_die was be executed by the CPU itslf. So the clock gating procedure won't be executed after the CPU hardware shutdown code. Moving the clock gating procedure to tegra_cpu_kill that will be run by another CPU after the CPU died. Signed-off-by: Joseph Lo Acked-by: Peter De Schrijver Signed-off-by: Stephen Warren --- Reading git-diff-tree failed