linux/arch/sh
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
..
boards [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
boot sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096. 2006-12-12 08:53:29 +09:00
cchips sh: Cleanup board header directories. 2006-10-19 16:30:32 +09:00
configs sh: landisk board build fixes. 2006-12-12 08:42:07 +09:00
drivers sh: push-switch fixups for work_struct API damage. 2006-12-12 08:42:07 +09:00
kernel [PATCH] Dynamic kernel command-line: sh 2007-02-12 09:48:39 -08:00
lib sh: Fix memcpy() build error on sh4eb. 2006-09-27 17:50:03 +09:00
math-emu sh: Kill off remaining config.h references. 2006-10-03 13:19:02 +09:00
mm [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
oprofile [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
tools sh: Add support for SH7206 and SH7619 CPU subtypes. 2006-12-06 10:45:36 +09:00
Kconfig [APM] SH: Convert to use shared APM emulation. 2007-02-09 17:08:58 +00:00
Kconfig.debug sh: Trivial build fixes for SH-2 support. 2006-12-12 08:42:07 +09:00
Makefile sh: Add uImage and S-rec generation support. 2006-12-12 08:42:07 +09:00