]> git.baikalelectronics.ru Git - kernel.git/commit
FRV: Fix VLIW packing constraint violation in entry.S
authorDavid Howells <dhowells@redhat.com>
Mon, 15 Oct 2012 23:10:13 +0000 (00:10 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Oct 2012 01:49:15 +0000 (18:49 -0700)
commite151b9cae0153f5fb9ed4aa7872a1c873274e8d9
tree6c4d52c2bb34e6f702bc9acd8bb5aa4822412da1
parent1347743ab85deacc11378ae9a8eddeeaf6e10b63
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 <dhowells@redhat.com>
Acked-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/kernel/entry.S