aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/tools/loongson3-llsc-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/tools/loongson3-llsc-check.c')
-rw-r--r--arch/mips/tools/loongson3-llsc-check.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/tools/loongson3-llsc-check.c b/arch/mips/tools/loongson3-llsc-check.c
index 0ebddd0ae46f..bdbc7b4324ec 100644
--- a/arch/mips/tools/loongson3-llsc-check.c
+++ b/arch/mips/tools/loongson3-llsc-check.c
@@ -303,5 +303,7 @@ out_munmap:
out_close:
close(vmlinux_fd);
out_ret:
+ fprintf(stdout, "loongson3-llsc-check returns %s\n",
+ status ? "failure" : "success");
return status;
}