commit | 7279db9287f226fbb3f349c3244f8dc4b783e645 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed Jan 21 11:21:15 2015 -0800 |
committer | Kumar Gala <galak@codeaurora.org> | Fri Jan 23 10:19:33 2015 -0600 |
tree | 8054966b9f2447adce0e3a1ffcd0595806b02fef | |
parent | 65b4ab65538e0da8e03e05d137001f10c78273d0 [diff] |
ARM: qcom: Fix SCM interface for big-endian kernels The secure environment only runs in little-endian mode, so any buffers shared with the secure environment should have their contents converted to little-endian. We also mark such elements with __le32 to allow sparse to catch such problems. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>