]> 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)
commit70359b3968f8fbea37edea5ad452261a5dda917f
tree059ecf08116cb5e0d9e29e18f6d602ebf5310c64
parentff1a906d2e6553d4ba4a1f363a0ce9e76fd02f44
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