1
0
Files
linux/mm
Nick Piggin e80ee884ae [PATCH] mm: micro optimise zone_watermark_ok
Having min be a signed quantity means gcc can't turn high latency divides
into shifts.  There happen to be two such divides for GFP_ATOMIC (ie.
networking, ie.  important) allocations, one of which depends on the other.
 Fixing this makes code smaller as a bonus.

Shame on somebody (probably me).

Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-04 07:55:12 -07:00
..
2006-10-04 07:55:12 -07:00
2006-09-26 08:48:44 -07:00
2006-10-01 00:39:19 -07:00
2006-01-11 18:42:13 -08:00
2006-09-26 08:48:45 -07:00
2006-09-26 08:48:58 -07:00
2005-04-16 15:20:36 -07:00
2006-06-26 18:35:02 +02:00
2006-09-26 08:48:44 -07:00
2006-09-29 09:18:10 -07:00
2006-09-26 08:48:45 -07:00
2006-09-29 09:18:23 -07:00
2006-10-01 00:39:19 -07:00
2006-09-27 08:26:12 -07:00