commit | 0e337b42d620ca7c45fe64e64dd71957c56216c9 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun May 17 18:29:03 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon May 18 15:19:05 2009 +1000 |
tree | 70c1248e6fb8889c41b44652846c4acf9e2a7c24 | |
parent | dc892288f42661a140124ecbf9d44850a95de222 [diff] |
powerpc: Explicit alignment for .data.cacheline_aligned I don't think anything guarantees that the objects in data.page_aligned are a multiple of PAGE_SIZE, thus the section may end on any boundary. So the following section, .data.cacheline_aligned needs an explicit alignment. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>