From: Adrian Bunk <bunk@stusta.de>
To: Ingo Molnar <mingo@elte.hu>
Cc: Christoph Hellwig <hch@lst.de>,
akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [2.6 patch] unexport open_softirq
Date: Tue, 11 Jul 2006 17:19:41 +0200 [thread overview]
Message-ID: <20060711151941.GU13938@stusta.de> (raw)
In-Reply-To: <20060711121226.GA12679@elte.hu>
Christoph Hellwig:
open_softirq just enables a softirq. The softirq array is statically
allocated so to add a new one you would have to patch the kernel. So
there's no point to keep this export at all as any user would have to
patch the enum in include/linux/interrupt.h anyway.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
--- linux-2.6.18-rc1-mm1-full/kernel/softirq.c.old 2006-07-11 16:50:54.000000000 +0200
+++ linux-2.6.18-rc1-mm1-full/kernel/softirq.c 2006-07-11 16:51:00.000000000 +0200
@@ -311,8 +311,6 @@
softirq_vec[nr].action = action;
}
-EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */
-
/* Tasklets */
struct tasklet_head
{
prev parent reply other threads:[~2006-07-11 15:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-11 12:01 commit '[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL' Christoph Hellwig
2006-07-11 12:12 ` Ingo Molnar
2006-07-11 15:19 ` Adrian Bunk [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=20060711151941.GU13938@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=hch@lst.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox