diff options
author | 2010-12-22 12:25:34 -0800 | |
---|---|---|
committer | 2010-12-22 12:25:34 -0800 | |
commit | 2af10844eb6ed104f9505bf3a7ba3ceb02264f31 (patch) | |
tree | 8a00024ff525b22379ea90a78ac3222db5a73062 /kernel/fork.c | |
parent | USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004) (diff) | |
parent | Linux 2.6.37-rc7 (diff) | |
download | wireguard-linux-2af10844eb6ed104f9505bf3a7ba3ceb02264f31.tar.xz wireguard-linux-2af10844eb6ed104f9505bf3a7ba3ceb02264f31.zip |
USB: Merge 2.6.37-rc5 into usb-next
This is to resolve the conflict in the file,
drivers/usb/gadget/composite.c that was due to a revert in Linus's tree
needed for the 2.6.37 release.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 3b159c5991b7..5447dc7defa9 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -273,6 +273,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig) setup_thread_stack(tsk, orig); clear_user_return_notifier(tsk); + clear_tsk_need_resched(tsk); stackend = end_of_stack(tsk); *stackend = STACK_END_MAGIC; /* for overflow detection */ |