From: "Sachin P. Sant" <sachinp@in.ibm.com>
To: linux-s390@vger.kernel.org
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com,
Mel Gorman <mel@csn.ul.ie>
Subject: [Patch] [s390] Fix init irq proc build break.
Date: Tue, 10 Feb 2009 16:45:15 +0530 [thread overview]
Message-ID: <499161C3.2070407@in.ibm.com> (raw)
In-Reply-To: <4991573C.8000609@in.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 144 bytes --]
* Embed init_irq_proc(s390) within CONFIG_PROC_FS to fix a build break.
Signed-off-by : Sachin Sant <sachinp@in.ibm.com>
---
Thanks
-Sachin
[-- Attachment #2: fix-init-irq-proc-build-break-on-s390.patch --]
[-- Type: text/x-patch, Size: 630 bytes --]
* Embed init_irq_proc(s390) within CONFIG_PROC_FS to fix a build break.
Signed-off-by : Sachin Sant <sachinp@in.ibm.com>
---
diff -Naurp a/arch/s390/kernel/irq.c b/arch/s390/kernel/irq.c
--- a/arch/s390/kernel/irq.c 2009-02-10 18:30:01.000000000 +0530
+++ b/arch/s390/kernel/irq.c 2009-02-10 19:01:44.000000000 +0530
@@ -95,6 +95,7 @@ asmlinkage void do_softirq(void)
local_irq_restore(flags);
}
+#ifdef CONFIG_PROC_FS
void init_irq_proc(void)
{
struct proc_dir_entry *root_irq_dir;
@@ -102,3 +103,4 @@ void init_irq_proc(void)
root_irq_dir = proc_mkdir("irq", NULL);
create_prof_cpu_mask(root_irq_dir);
}
+#endif
next prev parent reply other threads:[~2009-02-10 11:15 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-10 8:41 linux-next: Tree for February 10 Stephen Rothwell
2009-02-10 9:23 ` next Feb 10: mm/slqb build break Sachin P. Sant
2009-02-10 9:54 ` Sachin P. Sant
2009-02-10 11:53 ` Pekka Enberg
2009-02-10 11:53 ` Pekka Enberg
2009-02-12 1:45 ` Nick Piggin
2009-02-12 1:45 ` Nick Piggin
2009-02-12 1:47 ` David Miller
2009-02-12 1:47 ` David Miller
2009-02-12 11:28 ` Sachin P. Sant
2009-02-12 11:28 ` Sachin P. Sant
2009-02-12 11:28 ` Sachin P. Sant
2009-02-12 11:28 ` Sachin P. Sant
2009-02-12 11:28 ` Sachin P. Sant
2009-02-10 10:30 ` Next Feb 10 : build/break arch/s390kernel.irq.o Sachin P. Sant
2009-02-10 11:15 ` Sachin P. Sant [this message]
2009-02-10 11:40 ` [Patch] [s390] Fix init irq proc build break Martin Schwidefsky
2009-02-10 10:45 ` Next Feb 10 build break on s390 : mm/shmem.c Sachin P. Sant
2009-02-10 13:40 ` Mimi Zohar
2009-02-10 19:55 ` linux-next: Tree for February 10 (security/audit/ima) Randy Dunlap
2009-02-10 22:40 ` Stephen Rothwell
2009-02-11 0:30 ` Mimi Zohar
2009-02-12 17:54 ` [PATCH -next] security/audit/ima: fix build error Randy Dunlap
2009-02-12 18:24 ` Mimi Zohar
2009-02-12 18:30 ` Randy Dunlap
2009-02-12 22:31 ` James Morris
2009-02-11 1:29 ` linux-next: Tree for February 10 (security/audit/ima) Al Viro
2009-02-11 2:27 ` Stephen Rothwell
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=499161C3.2070407@in.ibm.com \
--to=sachinp@in.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=mel@csn.ul.ie \
--cc=schwidefsky@de.ibm.com \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.