Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

s390/setup: Drop stale ident_map_size declaration

ident_map_size is no longer a standalone variable and the declaration
in asm/setup.h conflicts with its current definition in asm/page.h
introduced with commit 236f324b7473 ("s390/mm: Create virtual memory
layout structure"). Remove the stale declaration.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>

-1
-1
arch/s390/include/asm/setup.h
··· 52 52 #define ZLIB_DFLTCC_INFLATE_ONLY 3 53 53 #define ZLIB_DFLTCC_FULL_DEBUG 4 54 54 55 - extern unsigned long ident_map_size; 56 55 extern unsigned long max_mappable; 57 56 58 57 /* The Write Back bit position in the physaddr is given by the SLPC PCI */