From: Andrew Morton <akpm@linux-foundation.org>
To: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Cc: hannes@saeurebad.de, tzanussi@gmail.com, penberg@cs.helsinki.fi,
torvalds@linux-foundation.org, compudj@krystal.dyndns.org,
vegard.nossum@gmail.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/3] Full conversion to early_initcall() interface, remove old interface.
Date: Fri, 27 Jun 2008 11:45:15 -0700 [thread overview]
Message-ID: <20080627114515.65b00a9e.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080627142800.2c0b5cf1@linux360.ro>
On Fri, 27 Jun 2008 14:28:00 +0300
Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> wrote:
> On Fri, 27 Jun 2008 12:54:21 +0200
> Johannes Weiner <hannes@saeurebad.de> wrote:
>
> > Hi Eduard,
>
> Hi.
>
> > You forgot to remove the declaration from linux/interrupt.h.
>
> The last patch was made against linux-next, as Andrew Morton
> suggested, where spawn_ksoftirqd() was declared in the scope of
> __do_pre_smp_initcall():
> @@ -793,17 +784,6 @@ static void __init __do_pre_smp_initcalls(void)
> do_one_initcall(*call);
> }
>
> -static void __init do_pre_smp_initcalls(void)
> -{
> - extern int spawn_ksoftirqd(void);
> -
> - init_call_single_data();
> - migration_init();
> - spawn_ksoftirqd();
> - if (!nosoftlockup)
> - spawn_softlockup_task();
> -}
> -
>
> It may be that some other patch in -mmotm moves that into
> include/linux/interrupt.h. In linux-next with my patch, running
> $ find . -name \*.h | xargs grep "spawn_ksoftirqd"
> shows nothing.
Yes, I dropped that patch as it's no longer relevant.
> Thanks for spotting this difference.
>
> (Using -mmotm + quilt myself is an additional headache, since git
> already does what I want in terms of patch (read commits) management;
> that's why I prefered linux-next.)
It is a bit of a pain. I avoid asking people to raise patches against
-mm unless it's really necessary.
next prev parent reply other threads:[~2008-06-27 18:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-23 12:30 [PATCH 2/3] Full conversion to early_initcall() interface, remove old interface Eduard - Gabriel Munteanu
2008-06-24 0:27 ` Andrew Morton
2008-06-25 9:01 ` Eduard - Gabriel Munteanu
2008-06-25 9:07 ` Eduard - Gabriel Munteanu
2008-06-27 10:54 ` Johannes Weiner
2008-06-27 11:28 ` Eduard - Gabriel Munteanu
2008-06-27 18:45 ` Andrew Morton [this message]
2008-06-27 19:41 ` Eduard - Gabriel Munteanu
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=20080627114515.65b00a9e.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=compudj@krystal.dyndns.org \
--cc=eduard.munteanu@linux360.ro \
--cc=hannes@saeurebad.de \
--cc=linux-kernel@vger.kernel.org \
--cc=penberg@cs.helsinki.fi \
--cc=torvalds@linux-foundation.org \
--cc=tzanussi@gmail.com \
--cc=vegard.nossum@gmail.com \
/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