Commit f9cc1d1f authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Michael Ellerman

powerpc: Update obsolete comment in setup_32.c about early_init()

We don't identify the machine type anymore...
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 7d70c63c
...@@ -93,10 +93,8 @@ notrace unsigned long __init early_init(unsigned long dt_ptr) ...@@ -93,10 +93,8 @@ notrace unsigned long __init early_init(unsigned long dt_ptr)
* and we are running with enough of the MMU enabled to have our * and we are running with enough of the MMU enabled to have our
* proper kernel virtual addresses * proper kernel virtual addresses
* *
* Find out what kind of machine we're on and save any data we need * We do the initial parsing of the flat device-tree and prepares
* from the early boot process (devtree is copied on pmac by prom_init()). * for the MMU to be fully initialized.
* This is called very early on the boot process, after a minimal
* MMU environment has been set up but before MMU_init is called.
*/ */
extern unsigned int memset_nocache_branch; /* Insn to be replaced by NOP */ extern unsigned int memset_nocache_branch; /* Insn to be replaced by NOP */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment