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:
cc02d80
)
[PATCH] clocksource: fixup is_continous changes on MIPS
author
Thomas Gleixner
<
[email protected]
>
Fri, 16 Feb 2007 09:27:40 +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: Ralf Baechle <
[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/mips/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/time.c
b/arch/mips/kernel/time.c
index 545fcbc8cea2283525f3b7fd6b214c9646c9545e..e5e56bd498dbcf0d650fe22152ad98e6c5d62a8e 100644
(file)
--- a/
arch/mips/kernel/time.c
+++ b/
arch/mips/kernel/time.c
@@
-307,7
+307,7
@@
static unsigned int __init calibrate_hpt(void)
struct clocksource clocksource_mips = {
.name = "MIPS",
.mask = 0xffffffff,
- .
is_continuous = 1
,
+ .
flags = CLOCK_SOURCE_IS_CONTINUOUS
,
};
static void __init init_mips_clocksource(void)