kernel-ark/arch/mips/sibyte/sb1250
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
..
bcm1250_tbprof.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
bus_watcher.c [MIPS] A few more pt_regs fixups. 2006-10-19 17:55:13 +01:00
irq.c [MIPS] use name instead of typename for each irq_chip 2007-02-06 16:53:14 +00:00
Makefile [MIPS] Rewrite all the assembler interrupt handlers to C. 2006-04-19 04:14:21 +02:00
prom.c [MIPS] prom_free_prom_memory cleanup 2007-02-06 16:53:09 +00:00
setup.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
smp.c [MIPS] Complete fixes after removal of pt_regs argument to int handlers. 2006-10-08 02:38:28 +01:00
time.c [MIPS] mips HPT cleanup: make clocksource_mips public 2006-11-30 01:14:49 +00:00