All of lore.kernel.org
 help / color / mirror / Atom feed
* - clocksource-fixup-is_continous-changes-on-mips.patch removed from -mm tree
@ 2007-02-17  7:14 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-17  7:14 UTC (permalink / raw)
  To: tglx, johnstul, mingo, ralf, zippel, mm-commits


The patch titled
     clocksource: fixup is_continous changes on MIPS
has been removed from the -mm tree.  Its filename was
     clocksource-fixup-is_continous-changes-on-mips.patch

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

------------------------------------------------------
Subject: clocksource: fixup is_continous changes on MIPS
From: Thomas Gleixner <tglx@linutronix.de>

Fixup the is_contionous replacement by a flag field.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/mips/kernel/time.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/mips/kernel/time.c~clocksource-fixup-is_continous-changes-on-mips arch/mips/kernel/time.c
--- a/arch/mips/kernel/time.c~clocksource-fixup-is_continous-changes-on-mips
+++ a/arch/mips/kernel/time.c
@@ -307,7 +307,7 @@ static unsigned int __init calibrate_hpt
 struct clocksource clocksource_mips = {
 	.name		= "MIPS",
 	.mask		= 0xffffffff,
-	.is_continuous	= 1,
+	.flags		= CLOCK_SOURCE_IS_CONTINUOUS,
 };
 
 static void __init init_mips_clocksource(void)
_

Patches currently in -mm which might be from tglx@linutronix.de are

origin.patch
git-acpi.patch
git-block.patch
scheduled-removal-of-sa_xxx-interrupt-flags-fixups-3.patch

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

only message in thread, other threads:[~2007-02-17  7:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-17  7:14 - clocksource-fixup-is_continous-changes-on-mips.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.