]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Fix build alloc_thread_info_node function
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 24 Mar 2011 05:47:40 +0000 (05:47 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 24 Mar 2011 06:19:14 +0000 (15:19 +0900)
commita37bf3bf1d9328f0ef23fc79ac5738081bbeaf9f
tree57dfe6349c04b386b17286b15156c9cbb4b10ea4
parentc5c2ad31ba39bbab8fbf2994459328c8d9acb1f8
sh: Fix build alloc_thread_info_node function

By commit 3419a133cf0f3f0f08a7a8247ff898dcc36f8a72,
alloc_thread_info was replaced by alloc_thread_info_node.
However, the change of the function name and the addition of the argument
were incomplete.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/process.c