linux/drivers/char/hw_random
Arjan van de Ven 62322d2554 [PATCH] make more file_operation structs static
Mark the static struct file_operations in drivers/char as const.  Making
them const prevents accidental bugs, and moves them to the .rodata section
so that they no longer do any false sharing; in addition with the proper
debug option they are then protected against corruption..

[akpm@osdl.org: build fix]
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-03 15:26:59 -07:00
..
Kconfig [PATCH] Add TI OMAP CPU family HW RNG driver 2006-06-26 09:58:19 -07:00
Makefile [PATCH] Add TI OMAP CPU family HW RNG driver 2006-06-26 09:58:19 -07:00
amd-rng.c [PATCH] Add AMD HW RNG driver 2006-06-26 09:58:19 -07:00
core.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
geode-rng.c [PATCH] Add Geode HW RNG driver 2006-06-26 09:58:19 -07:00
intel-rng.c [PATCH] Add Intel HW RNG driver 2006-06-26 09:58:19 -07:00
ixp4xx-rng.c [PATCH] Add ixp4xx HW RNG driver 2006-06-26 09:58:19 -07:00
omap-rng.c [PATCH] Add TI OMAP CPU family HW RNG driver 2006-06-26 09:58:19 -07:00
via-rng.c [PATCH] Add VIA HW RNG driver 2006-06-26 09:58:19 -07:00