commit | 2889f60814e15dea644782597d897cdba943564f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat May 05 15:05:41 2012 +0000 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue May 08 13:55:20 2012 +0200 |
tree | 0dab94d2c8136dc86241a7e85e5c881b03677c92 | |
parent | 6c0a9fa62feb7e9fdefa9720bcc03040c9b0b311 [diff] |
fork: Move thread info gfp flags to header These flags can be useful for extra allocations outside of the core code. Add __GFP_NOTRACK to them, so the archs which have kmemcheck do not have to provide extra allocators just for that reason. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20120505150141.428211694@linutronix.de