projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d1f3c
)
[PARISC] time: Convert clocksource is_continuous to flag
author
Kyle McMartin
<kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 01:15:18 +0000
(20:15 -0500)
committer
Kyle McMartin
<kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 01:15:18 +0000
(20:15 -0500)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/time.c
b/arch/parisc/kernel/time.c
index 5cbc286cd08618e5159243d9c8b6b634c441c4db..d45f77f6290825f8e576e5bd948aa45d59305262 100644
(file)
--- a/
arch/parisc/kernel/time.c
+++ b/
arch/parisc/kernel/time.c
@@
-186,7
+186,7
@@
static struct clocksource clocksource_cr16 = {
.mult = 0, /* to be set */
.shift = 22,
.update_callback = cr16_update_callback,
- .
is_continuous = 1
,
+ .
flags = CLOCK_SOURCE_IS_CONTINUOUS
,
};
static int cr16_update_callback(void)