From: "Jaco Kroon" <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 09:59:23 +0200 (SAST)
> static variables should not be explicitly initialised to 0. This causes
> them to be placed in .data instead of .bss. This patch de-initialises 3
> static variables in net/core/pktgen.c.
>
> There are approxim
static variables should not be explicitly initialised to 0. This causes
them to be placed in .data instead of .bss. This patch de-initialises 3
static variables in net/core/pktgen.c.
There are approximately 800 more such variables in the source tree
(2.6.15rc5). If there is more interrest I'd b