From: Andrew Morton <akpm@osdl.org>
To: Paul Mackerras <paulus@samba.org>
Cc: torvalds@osdl.org, nathanl@austin.ibm.com, anton@samba.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PPC64 mmu_context_init needs to run earlier
Date: Wed, 3 Nov 2004 15:04:38 -0800 [thread overview]
Message-ID: <20041103150438.05d6c913.akpm@osdl.org> (raw)
In-Reply-To: <16775.5912.788675.644838@cargo.ozlabs.ibm.com>
Paul Mackerras <paulus@samba.org> wrote:
>
> This patch is from Nathan Lynch <nathanl@austin.ibm.com>.
>
> This patch changes mmu_context_init to be called as a core_initcall
> rather than an arch_initcall, since mmu_context_init needs to run
> before we try to run any userspace processes, and arch_initcall was
> found to be too late.
>
This all seemed to peter out. Did we end up with a more convincing patch?
>
> diff -puN arch/ppc64/mm/init.c~ppc64-make-mmu_context_init-core_initcall arch/ppc64/mm/init.c
> --- linux-2.6.10-rc1-bk11/arch/ppc64/mm/init.c~ppc64-make-mmu_context_init-core_initcall 2004-11-01 19:51:46.000000000 -0600
> +++ linux-2.6.10-rc1-bk11-nathanl/arch/ppc64/mm/init.c 2004-11-01 19:53:24.000000000 -0600
> @@ -529,7 +529,7 @@ static int __init mmu_context_init(void)
>
> return 0;
> }
> -arch_initcall(mmu_context_init);
> +core_initcall(mmu_context_init);
>
> /*
> * Do very early mm setup.
next prev parent reply other threads:[~2004-11-03 23:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-02 5:11 Paul Mackerras
2004-11-02 6:13 ` Andrew Morton
2004-11-02 21:57 ` Nathan Lynch
2004-11-02 22:10 ` Linus Torvalds
2004-11-02 23:35 ` Benjamin Herrenschmidt
2004-11-03 0:08 ` Nathan Lynch
2004-11-03 23:04 ` Andrew Morton [this message]
2004-11-04 2:53 ` Paul Mackerras
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=20041103150438.05d6c913.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=anton@samba.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nathanl@austin.ibm.com \
--cc=paulus@samba.org \
--cc=torvalds@osdl.org \
/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
all inboxes | Powered by JetHome®