public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Heiko Carstens <heiko.carstens@de•ibm.com>
To: Sachin Sant <sachinp@in•ibm.com>
Cc: linux-s390@vger•kernel.org, linux-next@vger•kernel.org,
	LKML <linux-kernel@vger•kernel.org>,
	Martin Schwidefsky <schwidefsky@de•ibm.com>
Subject: Re: Next April 15: s390 allnoconfig build failure
Date: Wed, 15 Apr 2009 10:35:57 +0200	[thread overview]
Message-ID: <20090415103557.0b313e35@osiris.boeblingen.de.ibm.com> (raw)
In-Reply-To: <49E58211.6040900@in.ibm.com>

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

      reply	other threads:[~2009-04-15  8:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-15  4:47 linux-next: Tree for April 15 Stephen Rothwell
2009-04-15  6:43 ` Next April 15: s390 allnoconfig build failure Sachin Sant
2009-04-15  8:35   ` Heiko Carstens [this message]

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=20090415103557.0b313e35@osiris.boeblingen.de.ibm.com \
    --to=heiko.carstens@de$(echo .)ibm.com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=linux-s390@vger$(echo .)kernel.org \
    --cc=sachinp@in$(echo .)ibm.com \
    --cc=schwidefsky@de$(echo .)ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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