From: David Howells Date: Mon, 15 Oct 2012 23:10:13 +0000 (+0100) Subject: FRV: Fix VLIW packing constraint violation in entry.S X-Git-Tag: v3.7-rc2~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819e1c53ac6410f0ffbc2ee36b7de96988cdcf32;p=pandora-kernel.git FRV: Fix VLIW packing constraint violation in entry.S Fix VLIW packing constraint violation in entry.S: arch/frv/kernel/entry.S: Assembler messages: arch/frv/kernel/entry.S:871: Error: VLIW packing constraint violation When packing CALLL with OR, CALLL must go in the first slot. The instructions are executed simultaneously, so it doesn't matter which way round they're packed from that point of view. Signed-off-by: David Howells Acked-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed