Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169013
b: refs/heads/master
c: aa23531
h: refs/heads/master
i:
  169011: 3b25d9e
v: v3
  • Loading branch information
Graf Yang authored and Mike Frysinger committed Nov 25, 2009
1 parent ccb55b6 commit d28253e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05bad36ce7a29e1e5eaf5f730ef004effed3add4
refs/heads/master: aa23531ce5fb589d941b5bd84eb258e07131826b
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_
regs->pc = new_ip;
if (current->mm)
regs->p5 = current->mm->start_data;
#ifdef CONFIG_SMP
#ifndef CONFIG_SMP
task_thread_info(current)->l1_task_info.stack_start =
(void *)current->mm->context.stack_start;
task_thread_info(current)->l1_task_info.lowest_sp = (void *)new_sp;
Expand Down

0 comments on commit d28253e

Please sign in to comment.