arch/tile: catch up with section naming convention in 2.6.35
authorChris Metcalf <cmetcalf@tilera.com>
Sun, 27 Feb 2011 23:52:24 +0000 (18:52 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 1 Mar 2011 21:18:52 +0000 (16:18 -0500)
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 <sam@ravnborg.org> pointed out __PAGE_ALIGNED_BSS, etc.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found