I do not know the Right Answer, but why not use initdata bss:
static char[4096] __initdata foo;
Would that work, or does this data need to be available after the
__init purge?
-- Peter Samuelson <sampo.creighton.edu!psamuels>- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/