diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-02-16 04:27:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-16 11:13:57 -0500 |
commit | c66699a749eb0d84c6ebc3aac659e9f71d1aba14 (patch) | |
tree | 0f358882852f57203bb894101038d36a0c9649f8 /arch/arm/mach-netx | |
parent | 73b08d2aa4245806ef1bdd48463e9a0b045c62cf (diff) |
[PATCH] clocksource: fixup is_continous changes on ARM
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: Russell King <rmk@arm.linux.org.uk>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-netx')
-rw-r--r-- | arch/arm/mach-netx/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/time.c b/arch/arm/mach-netx/time.c index 5773b55ef4a6..7e132fcccd47 100644 --- a/arch/arm/mach-netx/time.c +++ b/arch/arm/mach-netx/time.c | |||
@@ -62,7 +62,7 @@ static struct clocksource clocksource_netx = { | |||
62 | .read = netx_get_cycles, | 62 | .read = netx_get_cycles, |
63 | .mask = CLOCKSOURCE_MASK(32), | 63 | .mask = CLOCKSOURCE_MASK(32), |
64 | .shift = 20, | 64 | .shift = 20, |
65 | .is_continuous = 1, | 65 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
66 | }; | 66 | }; |
67 | 67 | ||
68 | /* | 68 | /* |