Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130086
b: refs/heads/master
c: f9a2f79
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens committed Jan 23, 2009
1 parent 3417d1b commit 3dd9661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9a4e9d563ea643d305b5fe83031d7deca311db3
refs/heads/master: f9a2f797fcde5a4aa818bd3ca8584fd1197e9c15
4 changes: 4 additions & 0 deletions trunk/arch/s390/kernel/vtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,12 @@ EXPORT_SYMBOL(del_virt_timer);
*/
void init_cpu_vtimer(void)
{
struct thread_info *ti = current_thread_info();
struct vtimer_queue *vq;

S390_lowcore.user_timer = ti->user_timer;
S390_lowcore.system_timer = ti->system_timer;

/* kick the virtual timer */
asm volatile ("STCK %0" : "=m" (S390_lowcore.last_update_clock));
asm volatile ("STPT %0" : "=m" (S390_lowcore.last_update_timer));
Expand Down

0 comments on commit 3dd9661

Please sign in to comment.