linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: liqin.chen@sunplusct.com
Cc: Lennox Wu <lennox.wu@gmail.com>,
	lkml <linux-kernel@vger.kernel.org>,
	linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] score: add asm/asm-offsets.h wrapper
Date: Mon, 07 Dec 2009 09:20:02 +0000	[thread overview]
Message-ID: <4B1CC8C2.2090003@suse.cz> (raw)
In-Reply-To: <OF425B6D96.8EDC5918-ON48257685.0027F189-48257685.00288AE5@sunplusct.com>

On 7.12.2009 07:22, liqin.chen@sunplusct.com wrote:
> Michal Marek <mmarek@suse.cz> 写于 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 <mmarek@suse.cz>
>> ---
>>  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 <generated/asm-offsets.h>
> 
> 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

       reply	other threads:[~2009-12-07  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <OF425B6D96.8EDC5918-ON48257685.0027F189-48257685.00288AE5@sunplusct.com>
2009-12-07  9:20 ` Michal Marek [this message]
2009-12-04 20:58 [PATCH] score: add asm/asm-offsets.h wrapper Michal Marek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B1CC8C2.2090003@suse.cz \
    --to=mmarek@suse.cz \
    --cc=lennox.wu@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liqin.chen@sunplusct.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).