projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf5bee
)
x86/entry/64: Fix a minor comment rebase error
author
Andy Lutomirski
<
[email protected]
>
Fri, 16 Sep 2016 05:45:42 +0000
(22:45 -0700)
committer
Ingo Molnar
<
[email protected]
>
Fri, 16 Sep 2016 07:18:52 +0000
(09:18 +0200)
When I rebased my thread_info changes onto Brian's switch_to()
changes, I carefully checked that I fixed up all the code correctly,
but I missed a comment :(
Signed-off-by: Andy Lutomirski <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: Brian Gerst <
[email protected]
>
Cc: Denys Vlasenko <
[email protected]
>
Cc: H. Peter Anvin <
[email protected]
>
Cc: Jann Horn <
[email protected]
>
Cc: Josh Poimboeuf <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Fixes: 15f4eae70d36 ("x86: Move thread_info into task_struct")
Link:
http://lkml.kernel.org/r/089fe1e1cbe8b258b064fccbb1a5a5fd23861031.1474003868.git.luto@kernel.org
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/entry/entry_64.S
patch
|
blob
|
history
diff --git
a/arch/x86/entry/entry_64.S
b/arch/x86/entry/entry_64.S
index 2b46384b4a4f23a6d77ff512a878ec4f36844516..80ab68a42621cdbb6a3782de99d091cd2a4f222e 100644
(file)
--- a/
arch/x86/entry/entry_64.S
+++ b/
arch/x86/entry/entry_64.S
@@
-372,7
+372,6
@@
END(ptregs_\func)
/*
* %rdi: prev task
* %rsi: next task
- * rsi: task we're switching to
*/
ENTRY(__switch_to_asm)
/*