Linux s390 Architecture development
 help / color / mirror / Atom feed
* Next April 15: s390 allnoconfig build failure
       [not found] <20090415144745.c4fb5c4b.sfr@canb.auug.org.au>
@ 2009-04-15  6:43 ` Sachin Sant
  2009-04-15  8:35   ` Heiko Carstens
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Sant @ 2009-04-15  6:43 UTC (permalink / raw)
  To: linux-s390; +Cc: linux-next, LKML, Heiko Carstens

Today's next tree build (s390 allnoconfig) failed with

arch/s390/kernel/ipl.c: In function 'stop_run':
arch/s390/kernel/ipl.c:1461: error: implicit declaration of function 
'signal_processor'
arch/s390/kernel/ipl.c:1461: error: 'sigp_stop' undeclared (first use in 
this function)
arch/s390/kernel/ipl.c:1461: error: (Each undeclared identifier is 
reported only once
arch/s390/kernel/ipl.c:1461: error: for each function it appears in.)
make[1]: *** [arch/s390/kernel/ipl.o] Error 1

Thanks
-Sachin


-- 

---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------

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

* Re: Next April 15: s390 allnoconfig build failure
  2009-04-15  6:43 ` Next April 15: s390 allnoconfig build failure Sachin Sant
@ 2009-04-15  8:35   ` Heiko Carstens
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Carstens @ 2009-04-15  8:35 UTC (permalink / raw)
  To: Sachin Sant; +Cc: linux-s390, linux-next, LKML, Martin Schwidefsky

On Wed, 15 Apr 2009 12:13:29 +0530
Sachin Sant <sachinp@in.ibm.com> wrote:

> Today's next tree build (s390 allnoconfig) failed with
> 
> arch/s390/kernel/ipl.c: In function 'stop_run':
> arch/s390/kernel/ipl.c:1461: error: implicit declaration of function 
> 'signal_processor'
> arch/s390/kernel/ipl.c:1461: error: 'sigp_stop' undeclared (first use in 
> this function)
> arch/s390/kernel/ipl.c:1461: error: (Each undeclared identifier is 
> reported only once
> arch/s390/kernel/ipl.c:1461: error: for each function it appears in.)
> make[1]: *** [arch/s390/kernel/ipl.o] Error 1

Patch below will fix it. Thanks for reporting.

Subject: [PATCH] ipl: fix compile breakage

From: Heiko Carstens <heiko.carstens@de.ibm.com>

Fix this for !CONFIG_SMP:

arch/s390/kernel/ipl.c: In function 'stop_run':
arch/s390/kernel/ipl.c:1461: error: implicit declaration of function 'signal_processor'

Reported-by: Sachin Sant <sachinp@in.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>

diff -u -r1.67 -r1.68 linux-2.5/arch/s390/kernel/ipl.c
--- linux-2.5/arch/s390/kernel/ipl.c	24 Mar 2009 11:33:16 -0000	1.67
+++ linux-2.5/arch/s390/kernel/ipl.c	15 Apr 2009 08:33:38 -0000	1.68
@@ -23,6 +23,7 @@
 #include <asm/ebcdic.h>
 #include <asm/reset.h>
 #include <asm/sclp.h>
+#include <asm/sigp.h>
 #include <asm/checksum.h>

 #define IPL_PARM_BLOCK_VERSION 0

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

end of thread, other threads:[~2009-04-15  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20090415144745.c4fb5c4b.sfr@canb.auug.org.au>
2009-04-15  6:43 ` Next April 15: s390 allnoconfig build failure Sachin Sant
2009-04-15  8:35   ` Heiko Carstens

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