From: Heiko Carstens Date: Thu, 29 Jan 2015 13:10:22 +0000 (+0100) Subject: s390/jump label: use different nop instruction X-Git-Tag: fixes-v4.0-rc1~134^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5caa4dbf9bd2ad8cd7f6be0ca76722be947182b;p=pandora-kernel.git s390/jump label: use different nop instruction Use a brcl 0,2 instruction for jump label nops during compile time, so we don't mix up the different nops during mcount/hotpatch call site detection. The initial jump label code instruction replacement will exchange these instructions with either a branch or a brcl 0,0 instruction. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed