linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] score: add asm/asm-offsets.h wrapper
@ 2009-12-04 20:58 Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2009-12-04 20:58 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-kernel, Chen Liqin, Lennox Wu

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>
-- 
1.6.5.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] score: add asm/asm-offsets.h wrapper
       [not found] <OF425B6D96.8EDC5918-ON48257685.0027F189-48257685.00288AE5@sunplusct.com>
@ 2009-12-07  9:20 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2009-12-07  9:20 UTC (permalink / raw)
  To: liqin.chen; +Cc: Lennox Wu, lkml, linux-kbuild

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-07  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <OF425B6D96.8EDC5918-ON48257685.0027F189-48257685.00288AE5@sunplusct.com>
2009-12-07  9:20 ` [PATCH] score: add asm/asm-offsets.h wrapper Michal Marek
2009-12-04 20:58 Michal Marek

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).