Re: *(int*)0 = 0 & variations

Jeff Garzik (jgarzik@pobox.com)
Tue, 22 Jun 1999 18:13:50 -0400 (EDT)


On Tue, 22 Jun 1999, Manfred Spraul wrote:
> * assert()

Very, very much needed. IMHO this should be enabled by default in experimental
versions and disabled in stable versions.

> * a central dbg_printk().

Ditto. This would be nice too. This will need to be controlled at the
module level IMHO, maybe something like:

#define MODULE_DEBUG 1
#include <linux/debug.h>

would enable dprintk.

Jeff

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