mirror of
https://github.com/torvalds/linux.git
synced 2026-09-21 10:42:56 -04:00
Merge branch 'master'
This commit is contained in:
@@ -6,7 +6,7 @@ obj-y = sched.o fork.o exec_domain.o panic.o printk.o profile.o \
|
||||
exit.o itimer.o time.o softirq.o resource.o \
|
||||
sysctl.o capability.o ptrace.o timer.o user.o \
|
||||
signal.o sys.o kmod.o workqueue.o pid.o \
|
||||
rcupdate.o intermodule.o extable.o params.o posix-timers.o \
|
||||
rcupdate.o extable.o params.o posix-timers.o \
|
||||
kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \
|
||||
hrtimer.o
|
||||
|
||||
@@ -17,6 +17,7 @@ obj-$(CONFIG_SMP) += cpu.o spinlock.o
|
||||
obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock.o
|
||||
obj-$(CONFIG_UID16) += uid16.o
|
||||
obj-$(CONFIG_MODULES) += module.o
|
||||
obj-$(CONFIG_OBSOLETE_INTERMODULE) += intermodule.o
|
||||
obj-$(CONFIG_KALLSYMS) += kallsyms.o
|
||||
obj-$(CONFIG_PM) += power/
|
||||
obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o
|
||||
|
||||
@@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)
|
||||
* @interval: the interval to forward
|
||||
*
|
||||
* Forward the timer expiry so it will expire in the future.
|
||||
* The number of overruns is added to the overrun field.
|
||||
* Returns the number of overruns.
|
||||
*/
|
||||
unsigned long
|
||||
hrtimer_forward(struct hrtimer *timer, ktime_t interval)
|
||||
@@ -641,7 +641,8 @@ schedule_hrtimer_interruptible(struct hrtimer *timer,
|
||||
static long __sched
|
||||
nanosleep_restart(struct restart_block *restart, clockid_t clockid)
|
||||
{
|
||||
struct timespec __user *rmtp, tu;
|
||||
struct timespec __user *rmtp;
|
||||
struct timespec tu;
|
||||
void *rfn_save = restart->fn;
|
||||
struct hrtimer timer;
|
||||
ktime_t rem;
|
||||
|
||||
Reference in New Issue
Block a user