commit | fae148ac3bae01c9c0214c46345a29e3ba9d211b | [log] [tgz] |
---|---|---|
author | tirupathireddy <tirupath@codeaurora.org> | Thu Sep 20 15:48:04 2012 +0530 |
committer | Trilok Soni <tsoni@codeaurora.org> | Fri Oct 05 01:25:25 2012 +0530 |
tree | c50fa0cb9c4813e8b5d0e98073d5e83f03054628 | |
parent | 0bdea7eda9e1e86af0f20ad2f46e96f331c0d4d7 [diff] |
msm: platsmp-8625: Add cold_boot_done as per_cpu variable cold_boot_done is declared as an ordinary variable, and useful for single secondary cpu, right now. It will not work in the scenarios where we have more than two cores in the system. Usage of per-cpu variable will make the code more generic for multi-core environment. Change-Id: I4b2480243b2adaadf5c5a2a3534f66faebd87553 Signed-off-by: tirupathireddy <tirupath@codeaurora.org>