Re: [patch] include/asm/page.h (one less loop) (2.4.0-test6-pre9)

Matthew Wilcox (matthew@wil.cx)
Wed, 9 Aug 2000 16:49:17 -0400


On Wed, Aug 09, 2000 at 04:43:20PM -0400, Justin wrote:
> given sufficient fuzz this should work for any asm-*/page.h

have you actually checked the code output by this loop?

while () { ... } tends to be less efficient than do { ... } while ()

-- 
Revolutions do not require corporate support.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/