commit | cced40229993bb63238299e48a22e4c8d1e13181 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Thu Nov 17 23:43:40 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 05 13:54:39 2011 +0100 |
tree | 4297bd47a2f61e35168d946751047662589b1936 | |
parent | 3f7787b36cf2d99f3dbc8a0be85b92a5530a9a76 [diff] |
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>