Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367251
b: refs/heads/master
c: 3325732
h: refs/heads/master
i:
  367249: 7a5ce91
  367247: d16c0e8
v: v3
  • Loading branch information
Christopher Covington authored and Catalin Marinas committed Apr 17, 2013
1 parent 0b8e68e commit 9132407
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: 5c1ce6f7c2aae5329f667fb079b3198266d9a3fa
refs/heads/master: 3325732f3b223812e54ac67dbb0a8ea7c99cf519
2 changes: 1 addition & 1 deletion trunk/arch/arm64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,11 @@ struct task_struct *__switch_to(struct task_struct *prev,
fpsimd_thread_switch(next);
tls_thread_switch(next);
hw_breakpoint_thread_switch(next);
contextidr_thread_switch(next);

/* the actual thread switch */
last = cpu_switch_to(prev, next);

contextidr_thread_switch(next);
return last;
}

Expand Down

0 comments on commit 9132407

Please sign in to comment.