From: Heiko Carstens Date: Mon, 5 Mar 2007 22:35:43 +0000 (+0100) Subject: [S390] reipl: move dump_prefix_page out of text section. X-Git-Tag: v2.6.21-rc3~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5dd8586707800cd7bbdefcd675ad7d3c9afcd57;p=pandora-kernel.git [S390] reipl: move dump_prefix_page out of text section. Reipl doesn't work on older machines were s390_reset_machine() gets called. The reason is that the text section is read-only but the variable dump_prefix_page is there. Since s390_reset_machine() writes to it we get a protection exception. Therefore move dump_prefix_page to the bss section. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed