h8300: fix use of extinct _sbss and _ebss
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 20 Jun 2012 19:53:00 +0000 (12:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Jun 2012 21:39:35 +0000 (14:39 -0700)
commitffb20313c01addc04212577af5f9b1399156a5bd
tree059ecf08116cb5e0d9e29e18f6d602ebf5310c64
parentf022d0fa183c4def30ddd74f2baebd72c4254fcf
h8300: fix use of extinct _sbss and _ebss

Nowadays it should use __bss_start and __bss_stop

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/h8300/kernel/setup.c
arch/h8300/mm/init.c