score: move save arg5 and arg6 instruction in front of enable_irq
authorChen Liqin <liqin.chen@sunplusct.com>
Mon, 22 Jun 2009 09:10:57 +0000 (17:10 +0800)
committerArnd Bergmann <arnd@arndb.de>
Mon, 22 Jun 2009 10:21:15 +0000 (12:21 +0200)
commite831a9c6186ca1f63fdf2f41628193dd690ab440
tree541680de2266c5bc035148b88250a6ba2376a6d1
parent2f476ef61f0e00fe3fcb96693b6a624a6c52fad9
score: move save arg5 and arg6 instruction in front of enable_irq

Because enable_irq clobber r8 before arg5 was saved.

modified:   arch/score/kernel/entry.S

Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/score/kernel/entry.S