From: Benjamin Herrenschmidt Date: Sun, 17 May 2009 18:29:03 +0000 (+0000) Subject: powerpc: Explicit alignment for .data.cacheline_aligned X-Git-Tag: v2.6.30-rc7~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e337b42d620ca7c45fe64e64dd71957c56216c9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed