commit | 187644636ea79aa4bdc04757ebca919c4fd546e0 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Fri Apr 09 13:43:03 2010 +0200 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Fri Apr 09 13:43:02 2010 +0200 |
tree | 8a327176dd56c6bfafa1d23a174d1a98fb33ebc8 | |
parent | 7d3f661e5757e84f1fb2e10093cfa2f7b057bc2f [diff] |
[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>