sh64: kernel: use 'usp' instead of 'fn'
authorChen Gang <gang.chen@asianux.com>
Tue, 12 Nov 2013 23:06:46 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:08:59 +0000 (12:08 +0900)
commit42b43341b045227c5ffca04c2d9424c77abed4fb
tree4d88cab5f053f37dc64e6f5a4c67c031e9ff5457
parent786235eeba0e1e85e5cbbb9f97d1087ad03dfa21
sh64: kernel: use 'usp' instead of 'fn'

'fn' is not defined, according to the implementation copy_thread() in
'sh32', need use 'usp' instead of.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sh/kernel/process_64.c