From: Chris Metcalf Date: Sun, 27 Feb 2011 23:52:24 +0000 (-0500) Subject: arch/tile: catch up with section naming convention in 2.6.35 X-Git-Tag: v2.6.39-rc1~431^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb82400719e085a3c226cf7cce8950208f09a06;p=pandora-kernel.git arch/tile: catch up with section naming convention in 2.6.35 The convention changed to, e.g., ".data..page_aligned". This commit fixes the places in the tile architecture that were still using the old convention. One tile-specific section (.init.page) was dropped in favor of just using an "aligned" attribute. Sam Ravnborg pointed out __PAGE_ALIGNED_BSS, etc. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed