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:
0ada0a7
)
microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*()
author
Grant Likely
<grant.likely@secretlab.ca>
Fri, 29 Jan 2010 05:18:56 +0000
(22:18 -0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Tue, 9 Feb 2010 15:32:36 +0000
(08:32 -0700)
Microblaze only has one CPU, it isn't SMP at all. early_init_dt_scan_cpus()
is effectively just a no-op, so remove it.
Microblaze doesn't support hypervisor assisted dump either, so the phyp stuff
can also go.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Michal Simek <monstr@monstr.eu>
No differences found