diff for duplicates of <466E0FA4.2040405@jp.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 74abc25..f80502c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -93,7 +93,7 @@ last_cycle on cmpxchg's return. This means that all thread in the group can know the winner's cycle. ret = cmpxchg(&last_cycle, last, new); - if (ret = last) + if (ret == last) return new; /* you win! */ else return ret; /* you lose. ret is winner's new */ @@ -130,7 +130,8 @@ Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> 2 files changed, 32 insertions(+), 23 deletions(-) Index: linux-2.6.21/arch/ia64/kernel/fsys.S -=================================--- linux-2.6.21.orig/arch/ia64/kernel/fsys.S +=================================================================== +--- linux-2.6.21.orig/arch/ia64/kernel/fsys.S +++ linux-2.6.21/arch/ia64/kernel/fsys.S @@ -271,18 +271,22 @@ (p6) sub r10 = r25,r26 // time we got was less than last_cycle @@ -167,7 +168,8 @@ Index: linux-2.6.21/arch/ia64/kernel/fsys.S // Now r8=tv->tv_nsec and r9=tv->tv_sec mov r10 = r0 Index: linux-2.6.21/kernel/timer.c -=================================--- linux-2.6.21.orig/kernel/timer.c +=================================================================== +--- linux-2.6.21.orig/kernel/timer.c +++ linux-2.6.21/kernel/timer.c @@ -1762,27 +1762,32 @@ diff --git a/a/content_digest b/N1/content_digest index 58f42cf..8684e85 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>\0" - "Subject\0[PATCH] ia64: Scalability improvement of gettimeofday with jitter\0" - "Date\0Tue, 12 Jun 2007 03:14:44 +0000\0" + "Subject\0[PATCH] ia64: Scalability improvement of gettimeofday with jitter compensation\0" + "Date\0Tue, 12 Jun 2007 12:14:44 +0900\0" "To\0linux-ia64@vger.kernel.org\0" "Cc\0Linux Kernel list <linux-kernel@vger.kernel.org>\0" "\00:1\0" @@ -100,7 +100,7 @@ "the group can know the winner's cycle.\n" "\n" " ret = cmpxchg(&last_cycle, last, new);\n" - " if (ret = last)\n" + " if (ret == last)\n" " return new; /* you win! */\n" " else\n" " return ret; /* you lose. ret is winner's new */\n" @@ -137,7 +137,8 @@ " 2 files changed, 32 insertions(+), 23 deletions(-)\n" "\n" "Index: linux-2.6.21/arch/ia64/kernel/fsys.S\n" - "=================================--- linux-2.6.21.orig/arch/ia64/kernel/fsys.S\n" + "===================================================================\n" + "--- linux-2.6.21.orig/arch/ia64/kernel/fsys.S\n" "+++ linux-2.6.21/arch/ia64/kernel/fsys.S\n" "@@ -271,18 +271,22 @@\n" " (p6)\tsub r10 = r25,r26\t// time we got was less than last_cycle\n" @@ -174,7 +175,8 @@ " \t// Now r8=tv->tv_nsec and r9=tv->tv_sec\n" " \tmov r10 = r0\n" "Index: linux-2.6.21/kernel/timer.c\n" - "=================================--- linux-2.6.21.orig/kernel/timer.c\n" + "===================================================================\n" + "--- linux-2.6.21.orig/kernel/timer.c\n" "+++ linux-2.6.21/kernel/timer.c\n" "@@ -1762,27 +1762,32 @@\n" "\n" @@ -230,4 +232,4 @@ " \t}\n" " \telse" -3ba60f984599580c366d1c3a77ed2fb48dd57c9f73fe6aa26ba42e2401ca0fe6 +39824e57d58558e4356dac86c0e9fac520f8fe959b38ad4297214f19cd67c67a
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.