]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit614d6364f272d544138182e030e71b00553bd01a
tree059ecf08116cb5e0d9e29e18f6d602ebf5310c64
parentc1c9e16ec339b308a4f8e2e9b50941f3d232aa67
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