diff for duplicates of <1243515570.6600.96.camel@laptop> diff --git a/a/1.txt b/N1/1.txt index 4948971..2a4a4df 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ On Thu, 2009-05-28 at 21:42 +0900, Paul Mundt wrote: > @@ -440,7 +444,17 @@ void clocksource_unregister(struct clocksource *cs) > list_del(&cs->list); -> if (clocksource_override = cs) +> if (clocksource_override == cs) > clocksource_override = NULL; > + > next_clocksource = select_clocksource(); @@ -22,7 +22,7 @@ On Thu, 2009-05-28 at 21:42 +0900, Paul Mundt wrote: > + * clocksource for sched_clocksource and we are unregistering > + * it, switch back to jiffies. > + */ -> + if (sched_clocksource = cs) +> + if (sched_clocksource == cs) > + sched_clocksource = &clocksource_jiffies; > + > spin_unlock_irqrestore(&clocksource_lock, flags); diff --git a/a/content_digest b/N1/content_digest index 694ba26..7b05162 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -10,8 +10,8 @@ "ref\0alpine.LFD.2.00.0905281417500.3397@localhost.localdomain\0" "ref\020090528124207.GA28830@linux-sh.org\0" "From\0Peter Zijlstra <peterz@infradead.org>\0" - "Subject\0Re: [PATCH] sched: Support current clocksource handling in\0" - "Date\0Thu, 28 May 2009 12:59:30 +0000\0" + "Subject\0Re: [PATCH] sched: Support current clocksource handling in fallback sched_clock().\0" + "Date\0Thu, 28 May 2009 14:59:30 +0200\0" "To\0Paul Mundt <lethal@linux-sh.org>\0" "Cc\0Thomas Gleixner <tglx@linutronix.de>" Daniel Walker <dwalker@fifo99.com> @@ -40,7 +40,7 @@ "\n" "> @@ -440,7 +444,17 @@ void clocksource_unregister(struct clocksource *cs)\n" "> \tlist_del(&cs->list);\n" - "> \tif (clocksource_override = cs)\n" + "> \tif (clocksource_override == cs)\n" "> \t\tclocksource_override = NULL;\n" "> +\n" "> \tnext_clocksource = select_clocksource();\n" @@ -50,7 +50,7 @@ "> +\t * clocksource for sched_clocksource and we are unregistering\n" "> +\t * it, switch back to jiffies.\n" "> +\t */\n" - "> +\tif (sched_clocksource = cs)\n" + "> +\tif (sched_clocksource == cs)\n" "> +\t\tsched_clocksource = &clocksource_jiffies;\n" "> +\n" "> \tspin_unlock_irqrestore(&clocksource_lock, flags);\n" @@ -68,4 +68,4 @@ "\n" cyc2ns(clock, clocksource_read(clock)) <--- fireworks -7f419522cb9c7d5661187084c44b0f70628bb4009d60c3a1714f8be16c2e2cbe +26aebcb2911a0cbb4a9200c85fd7d1d510b45bba6dae0013fb1a6da57b84b4eb
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.