]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f1062a794d0fa3522a4dcd367e5bc056130e0ba
tree4d88cab5f053f37dc64e6f5a4c67c031e9ff5457
parent8d04f4974a227b7c1ccaa4262035ba58ce123f12
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