commit | 0ceaacc9785fedc500e19b024d606a82a23f5372 | [log] [tgz] |
---|---|---|
author | Nick Piggin <nickpiggin@yahoo.com.au> | Sun Dec 04 13:55:25 2005 +1100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Dec 03 20:46:40 2005 -0800 |
tree | ad178c7daa6ec7eaaae4e57d5ac8e20a8e806282 | |
parent | 9a40525788a1b692ee0fc780a8cdb2ac808de1b0 [diff] |
[PATCH] Fix up per-cpu page batch sizes The code to clamp batch sizes to 2^n - 1 went missing and an extra check got added, which must have been a hunk of the "higer order pcp batch refills" work sneaking in. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>