All of lore.kernel.org
 help / color / mirror / Atom feed
* - clocksource-fixup-is_continous-changes-on-s390.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, schwidefsky, zippel, mm-commits


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

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

------------------------------------------------------
Subject: clocksource: fixup is_continous changes on S390
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: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

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

diff -puN arch/s390/kernel/time.c~clocksource-fixup-is_continous-changes-on-s390 arch/s390/kernel/time.c
--- a/arch/s390/kernel/time.c~clocksource-fixup-is_continous-changes-on-s390
+++ a/arch/s390/kernel/time.c
@@ -312,7 +312,7 @@ static struct clocksource clocksource_to
 	.mask		= -1ULL,
 	.mult		= 1000,
 	.shift		= 12,
-	.is_continuous	= 1,
+	.flags		= CLOCK_SOURCE_IS_CONTINUOUS,
 };
 
 
_

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:17 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-s390.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.