Searched hist:a4f32bdb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/s390/mm/ |
H A D | init.c | a4f32bdb Tue Oct 30 08:49:37 CDT 2012 Heiko Carstens <heiko.carstens@de.ibm.com> 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> a4f32bdb Tue Oct 30 08:49:37 CDT 2012 Heiko Carstens <heiko.carstens@de.ibm.com> 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>
|
H A D | fault.c | a4f32bdb Tue Oct 30 08:49:37 CDT 2012 Heiko Carstens <heiko.carstens@de.ibm.com> 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>
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | a4f32bdb Tue Oct 30 08:49:37 CDT 2012 Heiko Carstens <heiko.carstens@de.ibm.com> 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> a4f32bdb Tue Oct 30 08:49:37 CDT 2012 Heiko Carstens <heiko.carstens@de.ibm.com> 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>
|