diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 23:35:01 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 23:35:01 -0400 |
commit | 6ffc1fee98c4b995eb3a0285f4f8fb467cb0306e (patch) | |
tree | 69a05892a41e7f7400fa598ee0bdf8027c8f0fd6 /include/linux/tick.h | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) | |
parent | 7c1ff4c544dd650cceff3cd69a04bcba60856678 (diff) |
Merge branch 'master' into wip-merge-2.6.34
Simple merge between master and 2.6.34 with conflicts resolved.
This commit does not compile, the following main problems are still
unresolved:
- spinlock -> raw_spinlock API changes
- kfifo API changes
- sched_class API changes
Conflicts:
Makefile
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/unistd_32.h
arch/x86/kernel/syscall_table_32.S
include/linux/hrtimer.h
kernel/sched.c
kernel/sched_fair.c
Diffstat (limited to 'include/linux/tick.h')
-rw-r--r-- | include/linux/tick.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/tick.h b/include/linux/tick.h index d2ae79e21be3..25d0cf41d3fd 100644 --- a/include/linux/tick.h +++ b/include/linux/tick.h | |||
@@ -73,6 +73,11 @@ extern int tick_is_oneshot_available(void); | |||
73 | extern struct tick_device *tick_get_device(int cpu); | 73 | extern struct tick_device *tick_get_device(int cpu); |
74 | 74 | ||
75 | # ifdef CONFIG_HIGH_RES_TIMERS | 75 | # ifdef CONFIG_HIGH_RES_TIMERS |
76 | /* LITMUS^RT tick alignment */ | ||
77 | #define LINUX_DEFAULT_TICKS 0 | ||
78 | #define LITMUS_ALIGNED_TICKS 1 | ||
79 | #define LITMUS_STAGGERED_TICKS 2 | ||
80 | |||
76 | extern int tick_init_highres(void); | 81 | extern int tick_init_highres(void); |
77 | extern int tick_program_event(ktime_t expires, int force); | 82 | extern int tick_program_event(ktime_t expires, int force); |
78 | extern void tick_setup_sched_timer(void); | 83 | extern void tick_setup_sched_timer(void); |