Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19619
b: refs/heads/master
c: 6d7bfd1
h: refs/heads/master
i:
  19617: 5e17b2f
  19615: 4bb7e32
v: v3
  • Loading branch information
Jan Glauber authored and Linus Torvalds committed Feb 3, 2006
1 parent 158eb0c commit 50eb9b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12c3a54848a6eba2b38cd92ba5925433d223332b
refs/heads/master: 6d7bfd14e593455a0801c62db86f82912c52c3a1
8 changes: 6 additions & 2 deletions trunk/include/asm-s390/timer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* include/asm-s390/timer.h
*
* (C) Copyright IBM Corp. 2003
* (C) Copyright IBM Corp. 2003,2006
* Virtual CPU timer
*
* Author: Jan Glauber (jang@de.ibm.com)
Expand All @@ -10,6 +10,8 @@
#ifndef _ASM_S390_TIMER_H
#define _ASM_S390_TIMER_H

#ifdef __KERNEL__

#include <linux/timer.h>

#define VTIMER_MAX_SLICE (0x7ffffffffffff000LL)
Expand Down Expand Up @@ -43,4 +45,6 @@ extern void add_virt_timer_periodic(void *new);
extern int mod_virt_timer(struct vtimer_list *timer, __u64 expires);
extern int del_virt_timer(struct vtimer_list *timer);

#endif
#endif /* __KERNEL__ */

#endif /* _ASM_S390_TIMER_H */

0 comments on commit 50eb9b6

Please sign in to comment.