s390/kexec: Move early_pgm_check_handler() to text section
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Mon, 21 May 2012 16:11:29 +0000 (18:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 23 May 2012 15:06:52 +0000 (17:06 +0200)
The early_pgm_check_handler() function is also used after the
init phase in s390_reset_system(). Therefore it must not be in
the init section.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

No differences found