Re: [PATCH] const initdata.

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 24 Aug 2001 16:18:34 +0100 (BST)


> How "bad" is it to have __initdata declared static?

static is fine as it just changes name scoping, const however can try and
put data in other places such as code segments. That breaks stuff when
compiling with certain gcc versions
-
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/