[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070124112326.GA9937@elte.hu>
Date: Wed, 24 Jan 2007 12:23:26 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Andrew Morton <akpm@...l.org>, LKML <linux-kernel@...r.kernel.org>,
John Stultz <johnstul@...ibm.com>,
Arjan van de Veen <arjan@...radead.org>,
Roman Zippel <zippel@...ux-m68k.org>
Subject: [patch] clocksource: fixup is_continous changes in vmitime.c
small update: the following -mm -only patch is needed as well to convert
vmitime.c to CLOCK_SOURCE_IS_CONTINUOUS.
Ingo
---------------------------->
Subject: [patch] clocksource: fixup is_continous changes in vmitime.c
From: Ingo Molnar <mingo@...e.hu>
convert vmitime.c to the new clocksource flag.
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/i386/kernel/vmitime.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/arch/i386/kernel/vmitime.c
===================================================================
--- linux.orig/arch/i386/kernel/vmitime.c
+++ linux/arch/i386/kernel/vmitime.c
@@ -113,7 +113,7 @@ static struct clocksource clocksource_vm
.mask = CLOCKSOURCE_MASK(64),
.mult = 0, /* to be set */
.shift = 22,
- .is_continuous = 1,
+ .flags = CLOCK_SOURCE_IS_CONTINUOUS,
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists