]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/prom_init: Replace __initdata with __prombss when applicable
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 15 Oct 2018 02:49:52 +0000 (13:49 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 18 Oct 2018 13:56:17 +0000 (00:56 +1100)
commit5579d8e90dc4b4cb055d66d847c644a5771d56b1
treea14780ded8a931a36d6efd7e9fcb235808120e9c
parent3f927cd9ef764f51321b61577c1fe920c8ce7c84
powerpc/prom_init: Replace __initdata with __prombss when applicable

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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/prom_init.c