| commit | f7e53c19bcd2118977f2721573cf720b2f379ecd | [log] [tgz] |
|---|---|---|
| author | Stephen Boyd <sboyd@codeaurora.org> | Mon Dec 19 16:37:15 2011 -0800 |
| committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Dec 19 16:52:36 2011 -0800 |
| tree | e20427904e366e776081d7ae12ec11b785919d96 | |
| parent | 2869cfb710d3f2a1a59f840b5749851e81ef1fef [diff] |
msm: acpuclock-8k: Return error on unexpected CPU_UP_PREPARE If a CPU has never been brought up before acpuclock initializes we may NULL pointer dereference when trying to access per-CPU resources. Deny the CPU from coming online if it didn't come up before acpuclock initialized since the code isn't prepared to handle such a case. Change-Id: Iddbc326e347b0d0c2d799e003c1d82b4884d7247 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>