commit | 7222f779acf94a123557c7bbbfbcc19424589f52 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Mar 28 13:36:28 2014 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 07 10:33:14 2014 +1000 |
tree | 77b88027d4360ad6903f36927a76f40ea6c71a68 | |
parent | 36ae37e3436b0c7731ae15a03d9215ff24bef9f2 [diff] |
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>