Revision 928923c76b393e38e5ba1d47e843e208ceef6cf9 authored by Geert Uytterhoeven on 22 August 2007, 21:01:36 UTC, committed by Linus Torvalds on 23 August 2007, 02:52:45 UTC
Introduce CONFIG_CHECK_SIGNATURE to control inclusion of check_signature()
and avoid problems on platforms that don't have readb().

Let the few legacy (ISA || PCI || X86) drivers that need check_signature()
select CONFIG_CHECK_SIGNATURE.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 2301060
History
File Mode Size
Kconfig -rw-r--r-- 3.8 KB
Makefile -rw-r--r-- 962 bytes
amd76x_edac.c -rw-r--r-- 8.9 KB
e752x_edac.c -rw-r--r-- 30.9 KB
e7xxx_edac.c -rw-r--r-- 15.5 KB
edac_core.h -rw-r--r-- 26.4 KB
edac_device.c -rw-r--r-- 20.5 KB
edac_device_sysfs.c -rw-r--r-- 24.0 KB
edac_mc.c -rw-r--r-- 23.2 KB
edac_mc_sysfs.c -rw-r--r-- 25.7 KB
edac_module.c -rw-r--r-- 4.5 KB
edac_module.h -rw-r--r-- 2.9 KB
edac_pci.c -rw-r--r-- 11.5 KB
edac_pci_sysfs.c -rw-r--r-- 19.5 KB
edac_stub.c -rw-r--r-- 1.1 KB
i3000_edac.c -rw-r--r-- 12.9 KB
i5000_edac.c -rw-r--r-- 39.9 KB
i82443bxgx_edac.c -rw-r--r-- 12.4 KB
i82860_edac.c -rw-r--r-- 8.5 KB
i82875p_edac.c -rw-r--r-- 14.3 KB
i82975x_edac.c -rw-r--r-- 17.2 KB
pasemi_edac.c -rw-r--r-- 8.0 KB
r82600_edac.c -rw-r--r-- 11.4 KB

back to top