commit | 15f1483404f3497c66872de13f3d585e3da87785 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Dec 11 21:06:55 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 17 14:06:55 2006 -0800 |
tree | fea5f197ee77511e91a9b9406adffb4f1f362909 | |
parent | 825020c3866e7312947e17a0caa9dd1a5622bafc [diff] |
[SPARC64]: Kill no-remapping-needed code in head.S 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>