]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: Fill a missing delay slot.
authorMikulas Patocka <mpatocka@redhat.com>
Thu, 19 Aug 2010 21:15:32 +0000 (14:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 21:15:32 +0000 (14:15 -0700)
commit3f930171189366cb2d42bb8cb7e7556f6b5dadb8
treec5a7c4ba3531652da7299dede4eb331c5517769e
parentbee2e1279b7df282ceb351d6673dbbc48d488c6d
sparc64: Fill a missing delay slot.

If the code were already aligned to 64 bytes, wr instruction would be executed
twice --- once in delay slot and once in the jump target.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/system_64.h