summaryrefslogtreecommitdiff
path: root/arch/mips/generic
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2019-10-07 12:58:44 -0700
committerPaul Burton <paul.burton@mips.com>2019-10-07 12:58:44 -0700
commitfd7710cb491f900eb63d2ce5aac0e682003e84e9 (patch)
tree07a6845eaa3d2b363d30db13704cca63aec5d3a2 /arch/mips/generic
parent9662dd752c149a6d50f7b731263c09254c403b21 (diff)
MIPS: futex: Restore \n after sync instructions
Commit 3c1d3f097972 ("MIPS: futex: Emit Loongson3 sync workarounds within asm") inadvertently removed the newlines following __WEAK_LLSC_MB, which causes build failures for configurations in which __WEAK_LLSC_MB expands to a sync instruction: {standard input}: Assembler messages: {standard input}:9346: Error: symbol `sync3' is already defined {standard input}:9380: Error: symbol `sync3' is already defined ... Fix this by restoring the newlines to separate the sync instruction from anything following it (such as the 3: label), preventing inadvertent concatenation. Signed-off-by: Paul Burton <paul.burton@mips.com> Fixes: 3c1d3f097972 ("MIPS: futex: Emit Loongson3 sync workarounds within asm")
Diffstat (limited to 'arch/mips/generic')
0 files changed, 0 insertions, 0 deletions