Alpha arch development list
 help / color / mirror / Atom feed
* [PATCH] alpha: fix build failures
@ 2017-09-17 17:20 Sudip Mukherjee
  2017-09-27 20:16 ` Sudip Mukherjee
  0 siblings, 1 reply; 2+ messages in thread
From: Sudip Mukherjee @ 2017-09-17 17:20 UTC (permalink / raw)
  To: Andrew Morton, Richard Henderson, Ivan Kokshaysky, Matt Turner
  Cc: linux-kernel, linux-alpha, Sudip Mukherjee

The build of alpha allmodconfig is giving error:
arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
arch/alpha/include/asm/mmu_context.h:160:2: error:
	implicit declaration of function 'task_thread_info';
	did you mean 'init_thread_info'? [-Werror=implicit-function-declaration]

The file 'mmu_context.h' needed an extra header file.

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
---

The build log of next-20170915 is at:
https://travis-ci.org/sudipm-mukherjee/parport/jobs/275726322

 arch/alpha/include/asm/mmu_context.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/alpha/include/asm/mmu_context.h b/arch/alpha/include/asm/mmu_context.h
index 384bd47..45c020a 100644
--- a/arch/alpha/include/asm/mmu_context.h
+++ b/arch/alpha/include/asm/mmu_context.h
@@ -8,6 +8,7 @@
  */
 
 #include <linux/mm_types.h>
+#include <linux/sched.h>
 
 #include <asm/machvec.h>
 #include <asm/compiler.h>
-- 
2.7.4


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

* Re: [PATCH] alpha: fix build failures
  2017-09-17 17:20 [PATCH] alpha: fix build failures Sudip Mukherjee
@ 2017-09-27 20:16 ` Sudip Mukherjee
  0 siblings, 0 replies; 2+ messages in thread
From: Sudip Mukherjee @ 2017-09-27 20:16 UTC (permalink / raw)
  To: Andrew Morton, Richard Henderson, Ivan Kokshaysky, Matt Turner
  Cc: linux-kernel, linux-alpha, Linus Torvalds

Hi Andrew,

On Sun, Sep 17, 2017 at 06:20:10PM +0100, Sudip Mukherjee wrote:
> The build of alpha allmodconfig is giving error:
> arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
> arch/alpha/include/asm/mmu_context.h:160:2: error:
> 	implicit declaration of function 'task_thread_info';
> 	did you mean 'init_thread_info'? [-Werror=implicit-function-declaration]
> 
> The file 'mmu_context.h' needed an extra header file.
> 
> Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
> ---

Will this be picked up by you? I can see the builds failing in
linux-next and also in v4.14-rc2.

--
Regards
Sudip

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

end of thread, other threads:[~2017-09-27 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-17 17:20 [PATCH] alpha: fix build failures Sudip Mukherjee
2017-09-27 20:16 ` Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox