LWN.net Logo

Hardly triggered tests in bootmem.c ...

From:  Davide Libenzi <davidel@xmailserver.org>
To:  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject:  [patch] Hardly triggered tests in bootmem.c ...
Date:  Wed, 2 Jul 2003 15:07:24 -0700 (PDT)
Cc:  Andrew Morton <akpm@osdl.org>


I was looking at the bootmem.c source and I found those hardly triggered
tests (unsigned long's).
(Andrew, sending the patch insted of the note)


- Davide




--- linux-2.5.73/mm/bootmem.c.orig	2003-07-02 14:55:47.000000000 -0700
+++ linux-2.5.73/mm/bootmem.c	2003-07-02 14:56:51.000000000 -0700
@@ -84,10 +84,6 @@

 	if (!size) BUG();

-	if (sidx < 0)
-		BUG();
-	if (eidx < 0)
-		BUG();
 	if (sidx >= eidx)
 		BUG();
 	if ((addr >> PAGE_SHIFT) >= bdata->node_low_pfn)
-
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/

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds