summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-10-30 14:49:37 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-11-23 11:14:29 +0100
commita4f32bdbd9c5807af1e80e2ba91ef52845a236a8 (patch)
tree576014af74c5ecad10c7cc199428d77e57fd2959 /arch/s390/include
parent287a0933237a227d1d6508de0ad6425b55a60476 (diff)
downloadop-kernel-dev-a4f32bdbd9c5807af1e80e2ba91ef52845a236a8.zip
op-kernel-dev-a4f32bdbd9c5807af1e80e2ba91ef52845a236a8.tar.gz
s390/mm: keep fault_init() private to fault.c
Just convert fault_init() to an early initcall. That's still early enough since it only needs be called before user space processes get executed. No reason to externalize it. Also add the function to the init section and move the store_indication variable to the read_mostly section. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/pgtable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/pgtable.h b/arch/s390/include/asm/pgtable.h
index 0eefb9e..23d9a8a 100644
--- a/arch/s390/include/asm/pgtable.h
+++ b/arch/s390/include/asm/pgtable.h
@@ -35,7 +35,6 @@
extern pgd_t swapper_pg_dir[] __attribute__ ((aligned (4096)));
extern void paging_init(void);
extern void vmem_map_init(void);
-extern void fault_init(void);
/*
* The S390 doesn't have any external MMU info: the kernel page
OpenPOWER on IntegriCloud