Home
last modified time | relevance | path

Searched hist:"7222 f779acf94a123557c7bbbfbcc19424589f52" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dprom.cdiff 7222f779acf94a123557c7bbbfbcc19424589f52 Thu Mar 27 21:36:28 CDT 2014 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/prom: early_init_dt_scan_cpus() updates cpu features only once

All our cpu feature updates were done for every CPU in the device-tree,
thus overwriting the cputable bits over and over again. Instead do them
only for the boot CPU.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>