Searched hist:"2889 f60814e15dea644782597d897cdba943564f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | thread_info.h | diff 2889f60814e15dea644782597d897cdba943564f Sat May 05 10:05:41 CDT 2012 Thomas Gleixner <tglx@linutronix.de> 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
|
/openbmc/linux/kernel/ |
H A D | fork.c | diff 2889f60814e15dea644782597d897cdba943564f Sat May 05 10:05:41 CDT 2012 Thomas Gleixner <tglx@linutronix.de> 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
|