kernel-ark/arch/s390/mm
Heiko Carstens 7d5d688f72 [S390] Use simple_strtoul instead of own cmm_strtoul wrapper.
Fix compile warning with some configurations:

arch/s390/mm/cmm.c:58: warning: 'cmm_strtoul' defined but not used

Originally cmm_strtoul was introduced because simple_strtoul couldn't
handle strings with hexadecimal numbers that contained a capital 'X'.
Since this is no longer true cmm_strtoul can be removed.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2006-09-20 15:59:00 +02:00
..
cmm.c [S390] Use simple_strtoul instead of own cmm_strtoul wrapper. 2006-09-20 15:59:00 +02:00
extmem.c [PATCH] s390: segment operation error codes 2006-04-28 08:33:48 -07:00
fault.c [S390] add kprobes support. 2006-09-20 15:58:39 +02:00
init.c [S390] kernel page table allocation. 2006-08-16 13:49:37 +02:00
ioremap.c
Makefile
mmap.c