[S390] nss: add missing .previous statement to asm function
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 9 Apr 2010 11:43:03 +0000 (13:43 +0200)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Fri, 9 Apr 2010 11:43:02 +0000 (13:43 +0200)
commit187644636ea79aa4bdc04757ebca919c4fd546e0
tree8a327176dd56c6bfafa1d23a174d1a98fb33ebc8
parent7d3f661e5757e84f1fb2e10093cfa2f7b057bc2f
[S390] nss: add missing .previous statement to asm function

The savesys_ipl_nss asm function is put into the .init.text section
however it is missing a ".previous" section which would restore the
previous section.
Luckily all functions in early.c are init functions so it doesn't
matter currently.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/early.c