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
Makefile -rw-r--r-- 199 bytes
balloc.c -rw-r--r-- 27.8 KB
cylinder.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 16.1 KB
file.c -rw-r--r-- 1.4 KB
ialloc.c -rw-r--r-- 9.7 KB
inode.c -rw-r--r-- 25.4 KB
namei.c -rw-r--r-- 7.8 KB
super.c -rw-r--r-- 40.7 KB
swab.h -rw-r--r-- 3.1 KB
symlink.c -rw-r--r-- 971 bytes
truncate.c -rw-r--r-- 13.0 KB
util.c -rw-r--r-- 6.1 KB
util.h -rw-r--r-- 15.6 KB

back to top