[<prev] [next>] [day] [month] [year] [list]
Message-ID: <BANLkTin4p+bjYPw9TYeqFpUXPDByZNd9GQ@mail.gmail.com>
Date: Sun, 22 May 2011 19:24:47 +0800
From: Américo Wang <xiyou.wangcong@...il.com>
To: linux-cris-kernel@...s.com, LKML <linux-kernel@...r.kernel.org>
Cc: Geert Uytterhoeven <geert@...ux-m68k.org>,
Mikael Starvik <starvik@...s.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [Patch] cris: fix a build error in kernel/fork.c
On cris we got a build error,
kernel/fork.c:267: error: implicit declaration of function
'alloc_thread_info_node'
this is due to that we renamed alloc_thread_info() to alloc_thread_info_node().
Reported-by: Geert Uytterhoeven <geert@...ux-m68k.org>
Signed-off-by: WANG Cong <xiyou.wangcong@...il.com>
Cc: Mikael Starvik <starvik@...s.com>
Cc: Jesper Nilsson <jesper.nilsson@...s.com>
---
View attachment "cris-fix-alloc_thread_info_node-build-error.diff" of type "text/x-patch" (831 bytes)
Powered by blists - more mailing lists