Re: [PATCH] PPC64 mmu_context_init needs to run earlier

From: Andrew Morton
Date: Tue Nov 02 2004 - 00:21:39 EST


Paul Mackerras <paulus@xxxxxxxxx> wrote:
>
> 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.

Here we go again...

I don't see why your patch fixes the problem. do_basic_setup() calls
driver_init() prior to any initcalls being run, and driver_init() can call
/sbin/hotplug.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/