All of lore.kernel.org
 help / color / mirror / Atom feed
* - clocksource-remove-redundant-code.patch removed from -mm tree
@ 2008-02-08 20:14 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-02-08 20:14 UTC (permalink / raw)
  To: lizf, johnstul, mingo, tglx, mm-commits


The patch titled
     clocksource: remove redundant code
has been removed from the -mm tree.  Its filename was
     clocksource-remove-redundant-code.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: clocksource: remove redundant code
From: Li Zefan <lizf@cn.fujitsu.com>

Flag CLOCK_SOURCE_WATCHDOG is cleared twice.  Note clocksource_change_rating()
won't do anyting with the cs flag.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/time/clocksource.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN kernel/time/clocksource.c~clocksource-remove-redundant-code kernel/time/clocksource.c
--- a/kernel/time/clocksource.c~clocksource-remove-redundant-code
+++ a/kernel/time/clocksource.c
@@ -91,7 +91,6 @@ static void clocksource_ratewd(struct cl
 	       cs->name, delta);
 	cs->flags &= ~(CLOCK_SOURCE_VALID_FOR_HRES | CLOCK_SOURCE_WATCHDOG);
 	clocksource_change_rating(cs, 0);
-	cs->flags &= ~CLOCK_SOURCE_WATCHDOG;
 	list_del(&cs->wd_list);
 }
 
_

Patches currently in -mm which might be from lizf@cn.fujitsu.com are

origin.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-08 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-08 20:14 - clocksource-remove-redundant-code.patch removed from -mm tree akpm

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.