[IA64] rename _bss to __bss_start
authorBernhard Walle <bwalle@suse.de>
Wed, 21 Nov 2007 22:58:25 +0000 (14:58 -0800)
committerTony Luck <tony.luck@intel.com>
Sat, 8 Dec 2007 00:11:49 +0000 (16:11 -0800)
Rename _bss to __bss_start as on other architectures.  That makes it
possible to use the <linux/sections.h> instead of own declarations.  Also
add __bss_stop because that symbol exists on other architectures.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found