Re: Looking for SMP-capable tester

Colin Plumb (colin@nyx.net)
Fri, 4 Dec 1998 09:13:42 -0700 (MST)


Thanks to everyone who tested it for me! Although it doesn't
matter that much, the output is easier to read if the skew is
actually computed properly.

This is a bit of forgetfulness on my part. The line
min1 = min2 = (unsigned)-1;
should be
min1 = min2 = (unsigned)-1 >> 1;

So far, it looks like the skew actually is consistently zero
on Intel boxes.

-- 
	-Colin

- 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/