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:
d79f3b0
)
microblaze: Change temp register for cmdline
author
Michal Simek
<monstr@monstr.eu>
Thu, 4 Feb 2010 10:42:24 +0000
(11:42 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 11 Mar 2010 13:08:55 +0000
(14:08 +0100)
For copy was used r7 register when CONFIG_CMDLINE_BOOL option
is enabled. But r7 stores pointer to fdt that's why machine_early_init
not detect compiled-in DTB.
I also moved kernel PID setup to have TLB init in one block
Signed-off-by: Michal Simek <monstr@monstr.eu>
No differences found