]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cris: fix a build error in kernel/fork.c
authorWANG Cong <xiyou.wangcong@gmail.com>
Wed, 3 Aug 2011 23:21:12 +0000 (16:21 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Aug 2011 01:31:31 +0000 (18:31 -0700)
commitf5508a09533496f60e96b09c6cf318999051cf79
tree2d5dd1a7f31e952d30bd01ffba0f876f55f49297
parent94ed5b4788a7cdbe68bc7cb8516972cbebdc8274
cris: fix a build error in kernel/fork.c

commit d4969213f9e75ec1bfa6ea65c279c64cab7d1bd6 upstream.

Fix this error:

  kernel/fork.c:267: error: implicit declaration of function 'alloc_thread_info_node'

This is due to renaming alloc_thread_info() to alloc_thread_info_node().

[akpm@linux-foundation.org: coding-style fixes]
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/cris/include/asm/thread_info.h