* [PATCH 1/2] score: add head files define in vmlinux.lds.S
@ 2009-09-22 6:32 Chen Liqin
2009-09-22 7:37 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Chen Liqin @ 2009-09-22 6:32 UTC (permalink / raw)
To: Tim Abbott; +Cc: linux-kernel, linux-arch, Sam Ravnborg, liqin.gnu
Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
---
arch/score/kernel/vmlinux.lds.S | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/score/kernel/vmlinux.lds.S b/arch/score/kernel/vmlinux.lds.S
index aab4703..eebcbaa 100644
--- a/arch/score/kernel/vmlinux.lds.S
+++ b/arch/score/kernel/vmlinux.lds.S
@@ -24,6 +24,8 @@
*/
#include <asm-generic/vmlinux.lds.h>
+#include <asm/thread_info.h>
+#include <asm/page.h>
OUTPUT_ARCH(score)
ENTRY(_stext)
--
1.6.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] score: add head files define in vmlinux.lds.S
2009-09-22 6:32 [PATCH 1/2] score: add head files define in vmlinux.lds.S Chen Liqin
@ 2009-09-22 7:37 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-09-22 7:37 UTC (permalink / raw)
To: Chen Liqin; +Cc: Tim Abbott, linux-kernel, linux-arch, liqin.gnu
On Tue, Sep 22, 2009 at 02:32:02PM +0800, Chen Liqin wrote:
>
> Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
> ---
> arch/score/kernel/vmlinux.lds.S | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/score/kernel/vmlinux.lds.S b/arch/score/kernel/vmlinux.lds.S
> index aab4703..eebcbaa 100644
> --- a/arch/score/kernel/vmlinux.lds.S
> +++ b/arch/score/kernel/vmlinux.lds.S
> @@ -24,6 +24,8 @@
> */
>
> #include <asm-generic/vmlinux.lds.h>
> +#include <asm/thread_info.h>
> +#include <asm/page.h>
>
> OUTPUT_ARCH(score)
> ENTRY(_stext)
Hi Chen.
I assume this is needed to allow Tim's patchset to build.
The preferred way is that you integrate this into the original
patch and apply it to your tree.
We prefer arch specific patches to go in via the arch trees.
I sometime takes patches in via kbuild that touches a lot
of architectures but stuff like like should go in
via you.
For score (and for other archs) I cannot even build test stuff..
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-22 7:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 6:32 [PATCH 1/2] score: add head files define in vmlinux.lds.S Chen Liqin
2009-09-22 7:37 ` Sam Ravnborg
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).