commit | e63334e556d9286fc30bec1050360824bcd2d990 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Oct 15 13:49:52 2018 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Oct 19 00:56:17 2018 +1100 |
tree | a14780ded8a931a36d6efd7e9fcb235808120e9c | |
parent | b5beae5e224f1c72c4482b0ab36fc3d89481a6b2 [diff] |
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>