| Kernel v2.4.1 /drivers/md/xor.c |
|---|
 2.4.1
 drivers
 md
 xor.c
diff -u --recursive --new-file v2.4.0/linux/drivers/md/xor.c linux/drivers/md/xor.c
--- v2.4.0/linux/drivers/md/xor.c Tue Dec 5 12:43:47 2000
+++ linux/drivers/md/xor.c Mon Jan 22 14:49:36 2001
@@ -57,8 +57,7 @@
/* Set of all registered templates. */
static struct xor_block_template *template_list;
-/* The -6*32 shift factor colors the cache. */
-#define BENCH_SIZE (PAGE_SIZE-6*32)
+#define BENCH_SIZE (PAGE_SIZE)
static void
do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
|