[PATCH 9/8] lib/sort: turn off self-test
From: Matt Mackall (mpm_at_selenic.com)
Date: 01/31/05
- Previous message: Matt Mackall: "[PATCH 4/8] lib/sort: Kill qsort()"
- Next in thread: Paul Jackson: "Re: [PATCH 9/8] lib/sort: turn off self-test"
- Reply: Paul Jackson: "Re: [PATCH 9/8] lib/sort: turn off self-test"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Jan 2005 23:44:00 -0800 To: Andrew Morton <akpm@osdl.org>, linux-kernel <linux-kernel@vger.kernel.org>
Doh.
Signed-off-by: Matt Mackall <mpm@selenic.com>
Index: mm2/lib/sort.c
===================================================================
--- mm2.orig/lib/sort.c 2005-01-30 22:37:28.000000000 -0800
+++ mm2/lib/sort.c 2005-01-30 23:41:40.000000000 -0800
@@ -82,7 +82,7 @@
MODULE_LICENSE("GPL");
-#if 1
+#if 0
/* a simple boot-time regression test */
int cmpint(const void *a, const void *b)
-- Mathematics is the supreme nostalgia of our time. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Matt Mackall: "[PATCH 4/8] lib/sort: Kill qsort()"
- Next in thread: Paul Jackson: "Re: [PATCH 9/8] lib/sort: turn off self-test"
- Reply: Paul Jackson: "Re: [PATCH 9/8] lib/sort: turn off self-test"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|