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>

authored by Mikulas Patocka and committed by David S. Miller 019408f9 0f58189d

+1
+1
arch/sparc/include/asm/system_64.h
··· 106 106 */ 107 107 #define write_pic(__p) \ 108 108 __asm__ __volatile__("ba,pt %%xcc, 99f\n\t" \ 109 + " nop\n\t" \ 109 110 ".align 64\n" \ 110 111 "99:wr %0, 0x0, %%pic\n\t" \ 111 112 "rd %%pic, %%g0" : : "r" (__p))