linux/arch/arm/common
Arjan van de Ven 5dfe4c964a [PATCH] mark struct file_operations const 2
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.

[akpm@osdl.org: sparc64 fix]
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:44 -08:00
..
Kconfig [ARM] Separate VIC (vectored interrupt controller) support from Versatile 2006-01-13 21:30:48 +00:00
Makefile [ARM] 3620/2: ixp23xx: add uengine loader support 2006-06-22 10:30:56 +01:00
dmabounce.c [ARM] 3917/1: Fix dmabounce symbol exports 2006-11-02 22:57:38 +00:00
gic.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
icst307.c [ARM] Off-by-one in arch/arm/common/icst* 2006-09-27 23:17:54 +01:00
icst525.c [ARM] Off-by-one in arch/arm/common/icst* 2006-09-27 23:17:54 +01:00
locomo.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
rtctime.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
sa1111.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
scoop.c [ARM] 3478/1: SharpSL SCOOP: Fix potenial build failure 2006-04-18 23:18:53 +01:00
sharpsl_param.c [PATCH] ARM: 2716/1: SharpSL Param: Fix typo 2005-06-20 18:51:07 +01:00
sharpsl_pm.c [APM] ARM: Convert to use shared APM emulation. 2007-02-09 17:08:58 +00:00
time-acorn.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
uengine.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
via82c505.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
vic.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00