Re: [PATCH] Deinitialise static variables in net/core/pktgen.c

2005-12-22 Thread David S. Miller
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

[PATCH] Deinitialise static variables in net/core/pktgen.c

2005-12-19 Thread Jaco Kroon
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