[SPARC64]: Fix two year old bug in early bootup asm.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jul 2007 04:50:09 +0000 (21:50 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jul 2007 04:50:09 +0000 (21:50 -0700)
We try to fetch the CIF entry pointer from %o4, but that
can get clobbered by the early OBP calls.  It is saved
in %l7 already, so actually this "mov %o4, %l7" can just
be completely removed with no other changes.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found