Re: [patch 0/4] Series to allow a "const" file_operations struct

From: Arjan van de Ven
Date: Sat Jan 07 2006 - 03:32:43 EST



>
> Confused. Why should this result in an aggregate reduction in vmlinux size?

there shouldn't be. It's just moving these things from the .data section
(where cachelines get dirtied all the time) to .rodata (where they're
not)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/