summaryrefslogtreecommitdiff
path: root/timer.h
blob: 68809a68d44227f44aa530d41c09dfc3470380d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TIMER_H
#define TIMER_H

#include <sys/time.h>

extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
				      unsigned long usec);

extern int get_user_hz(void);

#endif /* TIMER_H */
>
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-02 12:54:45 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-02 12:54:45 -0800
commit027eb72cbcf81561867a764074964e2ce9828398 (patch)
tree40defa16b78e50efb9c1ffbf9b3b6d4e1027898b
parent1fc576b82b96d9bb033ff0098e1c0bf68de282b2 (diff)
parentb5b46c4740aed1538544f0fa849c5b76c7823469 (diff)
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool fix from Ingo Molnar: "A fix for a bad opcode in objtool's instruction decoder" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: objtool: Fix IRET's opcode
Diffstat
-rw-r--r--tools/objtool/arch/x86/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/arch/x86/decode.c b/tools/objtool/arch/x86/decode.c