projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66699a
)
[PATCH] clocksource: fixup is_continous changes on AVR32
author
Thomas Gleixner
<
[email protected]
>
Fri, 16 Feb 2007 09:27:38 +0000
(
01:27
-0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 16 Feb 2007 16:13:57 +0000
(08:13 -0800)
Fixup the is_contionous replacement by a flag field.
Signed-off-by: Thomas Gleixner <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Cc: Haavard Skinnemoen <
[email protected]
>
Cc: john stultz <
[email protected]
>
Cc: Roman Zippel <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/avr32/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/avr32/kernel/time.c
b/arch/avr32/kernel/time.c
index a2f74affaa98b920729d629a71d55c796475e0e3..c10833f2ee0ce0e1dea60d255e64e07f13f14c48 100644
(file)
--- a/
arch/avr32/kernel/time.c
+++ b/
arch/avr32/kernel/time.c
@@
-37,7
+37,7
@@
static struct clocksource clocksource_avr32 = {
.read = read_cycle_count,
.mask = CLOCKSOURCE_MASK(32),
.shift = 16,
- .
is_continuous = 1
,
+ .
flags = CLOCK_SOURCE_IS_CONTINUOUS
,
};
/*