]> git.karo-electronics.de Git - karo-tx-linux.git/commit
FRV: Fix incorrect symbol in copy_thread() [ver #2]
authorDavid Howells <dhowells@redhat.com>
Mon, 15 Oct 2012 12:21:44 +0000 (13:21 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 15 Oct 2012 14:51:18 +0000 (10:51 -0400)
commit6219d656c9d12fa36307db576fa88de3460f9f48
tree79e1c84e0e9ffb2a69f4084d658171dfb4a0fc50
parentdcc36cb9c8e683ecae7a2812203bab8d022797bf
FRV: Fix incorrect symbol in copy_thread() [ver #2]

Fix an incorrect symbol in copy_thread():

arch/frv/kernel/process.c: In function 'copy_thread':
arch/frv/kernel/process.c:197: error: 'chilregs' undeclared (first use in this function)
arch/frv/kernel/process.c:197: error: (Each undeclared identifier is reported only once
arch/frv/kernel/process.c:197: error: for each function it appears in.)
m

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/frv/kernel/process.c