[SPARC64]: Fix register usage in xor_raid_4().
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 12 Oct 2007 08:52:19 +0000 (01:52 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 14 Oct 2007 04:53:14 +0000 (21:53 -0700)
commitd060db63fd38a8a75f666576ef9999c28cdc31cf
treea24459bce7ac01357753781d14cbf46639686a25
parentbbe0b5eb578155e4e716c8cf5b23ba67bab338e2
[SPARC64]: Fix register usage in xor_raid_4().

Some typos led to using %i6/%i7 instead of %l6/%l7 in loads which is
really really bad because those are the frame pointer and return PC.

Based upon a raid5 crash report by Bertrand Joel.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/lib/xor.S