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:
825020c
)
[SPARC64]: Kill no-remapping-needed code in head.S
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 12 Dec 2006 05:06:55 +0000
(21:06 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 17 Dec 2006 22:06:55 +0000
(14:06 -0800)
It branches around some necessary prom calls, which we would
need to do even if we are mapped at the correct location already.
So it doesn't work.
The idea was that this sort of thing could be used for the eventual
kexec implementation, but it is clear that this will need to be
done differently.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found