From: Matt Mackall Doh. Signed-off-by: Matt Mackall Signed-off-by: Andrew Morton --- 25-akpm/lib/sort.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN lib/sort.c~lib-sort-turn-off-self-test lib/sort.c --- 25/lib/sort.c~lib-sort-turn-off-self-test 2005-02-02 15:41:01.518377592 -0800 +++ 25-akpm/lib/sort.c 2005-02-02 15:41:01.522376984 -0800 @@ -82,7 +82,7 @@ EXPORT_SYMBOL_GPL(sort); MODULE_LICENSE("GPL"); -#if 1 +#if 0 /* a simple boot-time regression test */ int cmpint(const void *a, const void *b) _