1
0
Fork 0
alistair23-linux/arch/cris/kernel
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
..
Makefile [PATCH] CRIS update: configuration and build 2005-07-27 16:25:59 -07:00
crisksyms.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
irq.c [PATCH] irq-flags: CRIS: Use the new IRQF_ constants 2006-07-02 13:58:46 -07:00
module.c [PATCH] CRIS update: updates for 2.6.12 2005-07-27 16:26:01 -07:00
process.c [PATCH] kill include/linux/platform.h, default_idle() cleanup 2006-03-24 07:33:21 -08:00
profile.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
ptrace.c [PATCH] CRIS update: arch split 2005-07-27 16:25:59 -07:00
semaphore.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
setup.c [PATCH] Dynamic kernel command-line: cris 2007-02-12 09:48:37 -08:00
sys_cris.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
time.c [PATCH] Consolidate default sched_clock() 2007-02-11 10:51:28 -08:00
traps.c [PATCH] CRIS update: debug 2005-07-27 16:25:59 -07:00