Home
last modified time | relevance | path

Searched hist:f34fbb971368c20f757f8758833a534590b16518 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dpktgen.cdiff f34fbb971368c20f757f8758833a534590b16518 Thu Dec 22 14:51:46 CST 2005 Jaco Kroon <jaco@kroon.co.za> [PKTGEN]: Deinitialise static variables.

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 be willing to track down the
rest of these as well and de-initialise them as well.

Signed-off-by: David S. Miller <davem@davemloft.net>