1
0
Fork 0
alistair23-linux/drivers/input/misc
Arjan van de Ven 2b8693c061 [PATCH] mark struct file_operations const 3
Many struct file_operations in the kernel can be "const".  Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data.  In addition it'll catch accidental writes at compile time to
these shared resources.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:45 -08:00
..
Kconfig Input: add Atlas button driver 2007-02-10 01:29:00 -05:00
Makefile Input: add Atlas button driver 2007-02-10 01:29:00 -05:00
atlas_btns.c Input: add Atlas button driver 2007-02-10 01:29:00 -05:00
hp_sdc_rtc.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
ixp4xx-beeper.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
m68kspkr.c Input: m68kspkr - register with driver core as a platfrom device 2005-12-21 00:52:29 -05:00
pcspkr.c Input: pcspkr - separate device and driver registration 2006-03-14 00:11:50 -05:00
sparcspkr.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
uinput.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
wistron_btns.c Input: wistron - add support for Fujitsu-Siemens Amilo D88x0 2007-02-10 01:29:42 -05:00