commit | 410ae2fe8e5d78cbce7b20be87828c5595e76842 | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Thu Jun 19 11:03:32 2014 +0100 |
committer | Ashok Bhat <ashok.bhat@arm.com> | Thu Jun 19 12:29:19 2014 +0100 |
tree | 4c9a47218762a86079214c57484f6ceb6a68e59c | |
parent | 46fbaf062fd94e3fecc7165f4b42d42145e0603d [diff] |
pixelflinger: Use pointer arithmetic to determine cache flush parameters CodeCache casts base address to long and then adds size (of type ssize_t) to get end address. This can cause sign-extension problems. This patch instead uses simple pointer arithmetic. Change-Id: Ib71d515a6fd6a7f4762cf974d6cf4eba9a601fa8 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>