diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-10-30 13:49:37 (GMT) |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-11-23 10:14:29 (GMT) |
commit | a4f32bdbd9c5807af1e80e2ba91ef52845a236a8 (patch) | |
tree | 576014af74c5ecad10c7cc199428d77e57fd2959 /arch/s390/include/asm | |
parent | 287a0933237a227d1d6508de0ad6425b55a60476 (diff) | |
download | linux-fsl-qoriq-a4f32bdbd9c5807af1e80e2ba91ef52845a236a8.tar.xz |
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/asm')
-rw-r--r-- | arch/s390/include/asm/pgtable.h | 1 |
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 |