commit | e4f2d10f479d18198ebafcb5e124cc3dd8b8817a | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Mon Jun 15 10:57:28 2009 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jun 15 11:37:14 2009 -0400 |
tree | 73d0797b9a4f285891284e0e39ceb328d254ed23 | |
parent | 215368e8e59023d6a0abdda896923018d74fdf7f [diff] |
tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation Atomic allocation is not needed here. [ Impact: clean up of memory alloction type ] Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> LKML-Reference: <4A35B898.2050607@cn.fujitsu.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>