diff options
| author | 2007-10-29 07:47:05 -0700 | |
|---|---|---|
| committer | 2007-10-29 07:47:05 -0700 | |
| commit | 93400708dba888d45b4da01e1753a3a743f44496 (patch) | |
| tree | 2bad883807ec1f49b63d486299b99040e75f6684 /kernel/time/tick-sched.c | |
| parent | deal with resource allocation bugs in arcmsr (diff) | |
| parent | Quieten hrtimer printk: "Switched to high resolution mode .." (diff) | |
| download | wireguard-linux-93400708dba888d45b4da01e1753a3a743f44496.tar.xz wireguard-linux-93400708dba888d45b4da01e1753a3a743f44496.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
* git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt:
Quieten hrtimer printk: "Switched to high resolution mode .."
timer_list: Fix printk format strings
clockevents: unexport tick_nohz_get_sleep_length
Diffstat (limited to 'kernel/time/tick-sched.c')
| -rw-r--r-- | kernel/time/tick-sched.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 10a1347597fd..5997456ebbc9 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -320,8 +320,6 @@ ktime_t tick_nohz_get_sleep_length(void) return ts->sleep_length; } -EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length); - /** * nohz_restart_sched_tick - restart the idle tick from the idle task * |
