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:
2693506
)
[PATCH] clocksource: fixup is_continous changes on S390
author
Thomas Gleixner
<
[email protected]
>
Fri, 16 Feb 2007 09:27:39 +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: Martin Schwidefsky <
[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/s390/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/time.c
b/arch/s390/kernel/time.c
index 3b91f27ab202862e28ae2b10ef5f48e87cadb0c6..ee9fd7b859282941db4ad38ee896ea933cc1809e 100644
(file)
--- a/
arch/s390/kernel/time.c
+++ b/
arch/s390/kernel/time.c
@@
-312,7
+312,7
@@
static struct clocksource clocksource_tod = {
.mask = -1ULL,
.mult = 1000,
.shift = 12,
- .
is_continuous = 1
,
+ .
flags = CLOCK_SOURCE_IS_CONTINUOUS
,
};