]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a3bda3942680fde0109c02b0592d8e67b0f9109
treee029c374fb57338c9f7be3f39db3baf27f6393e8
parentb12cd44100fccfcd07af9f51a8ee473f90e286d8
s390/kexec: Move early_pgm_check_handler() to text section

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>
arch/s390/kernel/early.c