Re: [10/12] powerpc/prom_init: Move __prombss to it's own section and store it in .bss
From: Michael Ellerman <hidden> Date: 2018-10-19 03:11:34
On Mon, 2018-10-15 at 02:49:58 UTC, Benjamin Herrenschmidt wrote:
This makes __prombss its own section, and for now store
it in .bss.
This will give us the ability later to store it elsewhere
and/or free it after boot (it's about 8KB).
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>