diff for duplicates of <20090528091936.GA27545@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index e6e8c38..c8e81cb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -98,7 +98,7 @@ index 80189f6..d148a75 100644 /*[Clocksource internal variables]--------- * curr_clocksource: @@ -362,6 +363,9 @@ static struct clocksource *select_clocksource(void) - if (next = curr_clocksource) + if (next == curr_clocksource) return NULL; + if (next->flags & CLOCK_SOURCE_USE_FOR_SCHED_CLOCK) diff --git a/a/content_digest b/N1/content_digest index 3b952dd..bfcba6f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,7 +8,7 @@ "ref\01243441525.28705.19.camel@desktop\0" "From\0Paul Mundt <lethal@linux-sh.org>\0" "Subject\0Re: [PATCH] sched: Support current clocksource handling in fallback sched_clock().\0" - "Date\0Thu, 28 May 2009 09:19:36 +0000\0" + "Date\0Thu, 28 May 2009 18:19:36 +0900\0" "To\0Daniel Walker <dwalker@fifo99.com>\0" "Cc\0Thomas Gleixner <tglx@linutronix.de>" Peter Zijlstra <peterz@infradead.org> @@ -123,7 +123,7 @@ " /*[Clocksource internal variables]---------\n" " * curr_clocksource:\n" "@@ -362,6 +363,9 @@ static struct clocksource *select_clocksource(void)\n" - " \tif (next = curr_clocksource)\n" + " \tif (next == curr_clocksource)\n" " \t\treturn NULL;\n" " \n" "+\tif (next->flags & CLOCK_SOURCE_USE_FOR_SCHED_CLOCK)\n" @@ -146,4 +146,4 @@ " \n" struct clocksource clocksource_jiffies = { -36076b39452be525f27eba0ded47ea5d4c6fcc616ed92e0785200ac07f83f6e0 +b95e9fbb08f61677965410b168c582d176c90d68ee838563250fd71986989f7d
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.