git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ae37e
)
powerpc/prom: early_init_dt_scan_cpus() updates cpu features only once
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 28 Mar 2014 02:36:28 +0000
(13:36 +1100)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Mon, 7 Apr 2014 00:33:14 +0000
(10:33 +1000)
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>
No differences found