]> git.karo-electronics.de Git - karo-tx-linux.git/commit
FRV: Fix VLIW packing constraint violation in entry.S [ver #2]
authorDavid Howells <dhowells@redhat.com>
Mon, 15 Oct 2012 12:21:37 +0000 (13:21 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 15 Oct 2012 14:51:18 +0000 (10:51 -0400)
commitdcc36cb9c8e683ecae7a2812203bab8d022797bf
tree6c4d52c2bb34e6f702bc9acd8bb5aa4822412da1
parentddffeb8c4d0331609ef2581d84de4d763607bd37
FRV: Fix VLIW packing constraint violation in entry.S [ver #2]

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 <dhowells@redhat.com>
cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/frv/kernel/entry.S