Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/char/watchdog
Arjan van de Ven 62322d2554 [PATCH] make more file_operation structs static
Mark the static struct file_operations in drivers/char as const.  Making
them const prevents accidental bugs, and moves them to the .rodata section
so that they no longer do any false sharing; in addition with the proper
debug option they are then protected against corruption..

[akpm@osdl.org: build fix]
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-03 15:26:59 -07:00
..
acquirewdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
advantechwdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
alim1535_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
alim7101_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
at91_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
booke_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
cpu5wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
ep93xx_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
eurotechwdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
i8xx_tco.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
i8xx_tco.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i6300esb.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
ib700wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
ibmasr.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
indydog.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
ixp4xx_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
ixp2000_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
Kconfig [WATCHDOG] at91_wdt.c - Atmel AT91RM9200 watchdog driver 2006-04-02 18:52:01 +02:00
machzwd.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
Makefile [WATCHDOG] at91_wdt.c - Atmel AT91RM9200 watchdog driver 2006-04-02 18:52:01 +02:00
mixcomwd.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
mpc8xx_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
mpc83xx_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
mpcore_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
mv64x60_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
pcwd.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
pcwd_pci.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
pcwd_usb.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
s3c2410_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
sa1100_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
sbc60xxwdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
sbc8360.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
sbc_epx_c3.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
sc520_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
sc1200wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
scx200_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
shwdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
softdog.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
w83627hf_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
w83877f_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
w83977f_wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
wafer5823wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
wd501p.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
wdrtas.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
wdt.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
wdt285.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
wdt977.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
wdt_pci.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00