Home
last modified time | relevance | path

Searched hist:e63334e556d9286fc30bec1050360824bcd2d990 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.cdiff e63334e556d9286fc30bec1050360824bcd2d990 Sun Oct 14 21:49:52 CDT 2018 Benjamin Herrenschmidt <benh@kernel.crashing.org> 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>