Blackfin: fix command line corruption with DEBUG_DOUBLEFAULT
authorMike Frysinger <vapier@gentoo.org>
Tue, 26 May 2009 21:48:38 +0000 (21:48 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2009 10:11:52 +0000 (06:11 -0400)
Commit 6b3087c6 (which introduced Blackfin SMP) broke command line passing
when the DEBUG_DOUBLEFAULT config option was enabled.  Switch the code to
using a scratch register and not R7 which holds the command line.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found