[MIPS] Don't use R10000 llsc workaround version for all llsc-full processors.

Found and original patch by bile@landofbile.com.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
include/asm-mips/system.h
··· 392 { 393 __u64 retval; 394 395 - if (cpu_has_llsc) { 396 __asm__ __volatile__( 397 " .set push \n" 398 " .set noat \n"
··· 392 { 393 __u64 retval; 394 395 + if (cpu_has_llsc && R10000_LLSC_WAR) { 396 __asm__ __volatile__( 397 " .set push \n" 398 " .set noat \n"