Skip to content
Commit 9ad98c5b authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix initrd when net booting.



By allocating early memory for the firmware page tables, we
can write over the beginning of the initrd image.

So what we do now is:

1) Read in firmware translations table while still on the
   firmware's trap table.
2) Switch to Linux trap table.
3) Init bootmem.
4) Build firmware page tables using __alloc_bootmem().

And this keeps the initrd from being clobbered.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 782c3fd4
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