On Fri, May 11, 2012 at 04:42:30PM +0200, Peter Zijlstra wrote: > On Fri, 2012-05-11 at 15:32 +0100, Mel Gorman wrote: > > > > +extern atomic_t memalloc_socks; > > > > +static inline int sk_memalloc_socks(void) > > > > +{ > > > > + return atomic_read(&memalloc_socks); > > > > +} > > > > > > Please change this to be a static branch. > > > > > > > Will do. I renamed memalloc_socks to sk_memalloc_socks, made it a int as > > atomics are unnecessary and I check it directly in a branch instead of a > > static inline. It should be relatively easy for the branch predictor. > > David means you to use include/linux/jump_label.h. > Ah, that makes a whole lot more sense. Thanks for the clarification. -- Mel Gorman SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>