Re: [04/12] powerpc/prom_init: Replace __initdata with __prombss when applicable
From: Michael Ellerman <hidden> Date: 2018-10-19 03:00:20
On Mon, 2018-10-15 at 02:49:52 UTC, Benjamin Herrenschmidt wrote:
This replaces all occurrences of __initdata for uninitialized
data with a new __prombss
Currently __promdata is defined to be __initdata but we'll
eventually change that.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>