From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor.suse.de ([195.135.220.2]:52115 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759266AbZLGJUj (ORCPT ); Mon, 7 Dec 2009 04:20:39 -0500 Message-ID: <4B1CC8C2.2090003@suse.cz> Date: Mon, 07 Dec 2009 09:20:02 +0000 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] score: add asm/asm-offsets.h wrapper References: In-Reply-To: Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: liqin.chen@sunplusct.com Cc: Lennox Wu , lkml , linux-kbuild@vger.kernel.org On 7.12.2009 07:22, liqin.chen@sunplusct.com wrote: > Michal Marek ะดำฺ 2009-12-05 04:58:26: > >> A recent kbuild patch moved asm-offsets.h to include/generated. Provide >> a wrapper header as for other architectures. >> >> Signed-off-by: Michal Marek >> --- >> arch/score/include/asm/asm-offsets.h | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> create mode 100644 arch/score/include/asm/asm-offsets.h >> >> diff --git a/arch/score/include/asm/asm-offsets.h > b/arch/score/include/asm/asm-offsets.h >> new file mode 100644 >> index 0000000..d370ee3 >> --- /dev/null >> +++ b/arch/score/include/asm/asm-offsets.h >> @@ -0,0 +1 @@ >> +#include > > asm-offsets.h was generated by kernel/asm-offsets.c, > when I need to add this patch? This was just FYI, the patch that moves asm-offsets.h and this patch are both in the kbuild tree. You don't need to worry about anything. Michal