]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: Use kmemdup() in copy_thread(), rather than duplicating its implementation
authorThomas Meyer <thomas@m3y3r.de>
Thu, 17 Nov 2011 22:43:40 +0000 (23:43 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Dec 2011 12:54:39 +0000 (13:54 +0100)
commitcced40229993bb63238299e48a22e4c8d1e13181
tree4297bd47a2f61e35168d946751047662589b1936
parent3f7787b36cf2d99f3dbc8a0be85b92a5530a9a76
x86: Use kmemdup() in copy_thread(), rather than duplicating its implementation

The semantic patch that makes this change is available
in scripts/coccinelle/api/memdup.cocci.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Link: http://lkml.kernel.org/r/1321569820.1624.275.camel@localhost.localdomain
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/process_64.c