Re: [LIST] large local declarations

SL Baur (steve@kbuxd.necst.nec.co.jp)
Fri, 22 Nov 2002 16:04:23 +0900


dan carpenter writes:
> The function with the largest variable is riocontrol(). It is used
> deliberately for some weird hardware. According to the comment,
> "it's hardware like this that really gets on [the author's] tits."

> 524736 drivers/char/rio/rioctrl.c 1784 riocontrol

That variable is static.

/* It's hardware like this that really gets on my tits. */
static unsigned char copy[sizeof(struct DpRam)];

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