From: Heiko Carstens Date: Fri, 9 Apr 2010 11:43:03 +0000 (+0200) Subject: [S390] nss: add missing .previous statement to asm function X-Git-Tag: v2.6.34-rc4~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187644636ea79aa4bdc04757ebca919c4fd546e0;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed