Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9141d30a
Commit
9141d30a
authored
Apr 25, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh64: fixups for xtime_lock seqlock conversion.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
1a013e2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/sh/kernel/time_64.c
arch/sh/kernel/time_64.c
+2
-2
No files found.
arch/sh/kernel/time_64.c
View file @
9141d30a
...
...
@@ -240,7 +240,7 @@ static inline void do_timer_interrupt(void)
* the irq version of write_lock because as just said we have irq
* locally disabled. -arca
*/
write_lock
(
&
xtime_lock
);
write_
seq
lock
(
&
xtime_lock
);
asm
(
"getcon cr62, %0"
:
"=r"
(
current_ctc
));
ctc_last_interrupt
=
(
unsigned
long
)
current_ctc
;
...
...
@@ -266,7 +266,7 @@ static inline void do_timer_interrupt(void)
/* do it again in 60 s */
last_rtc_update
=
xtime
.
tv_sec
-
600
;
}
write_unlock
(
&
xtime_lock
);
write_
seq
unlock
(
&
xtime_lock
);
#ifndef CONFIG_SMP
update_process_times
(
user_mode
(
get_irq_regs
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment