android_kernel_xiaomi_sm8350/arch/arm/mach-at91rm9200
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
..
at91rm9200_devices.c [ARM] 4086/1: AT91: Whitespace cleanup 2007-01-24 11:59:55 +00:00
at91rm9200_time.c
at91rm9200.c
at91sam926x_time.c
at91sam9260_devices.c [ARM] 4011/1: AT91SAM9260: Fix compilation with NAND driver 2006-12-08 15:42:05 +00:00
at91sam9260.c [ARM] 4087/1: AT91: CPU reset for SAM9x processors 2007-01-24 11:59:55 +00:00
at91sam9261_devices.c
at91sam9261.c [ARM] 4087/1: AT91: CPU reset for SAM9x processors 2007-01-24 11:59:55 +00:00
board-1arm.c
board-carmeva.c
board-csb337.c
board-csb637.c
board-dk.c
board-eb9200.c
board-ek.c
board-kafa.c
board-kb9202.c
board-sam9260ek.c [ARM] 4010/1: AT91SAM9260-EK board: Prepare for MACB Ethernet support 2006-12-08 15:42:04 +00:00
board-sam9261ek.c
clock.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
clock.h
generic.h
gpio.c [PATCH] AT91 GPIO wrappers 2007-02-12 09:48:34 -08:00
irq.c [ARM] Merge individual ARM sub-trees 2006-12-07 23:07:26 +00:00
Kconfig
leds.c
Makefile
Makefile.boot
pm.c