x86/entry/64: Fix a minor comment rebase error
authorAndy Lutomirski <luto@kernel.org>
Fri, 16 Sep 2016 05:45:42 +0000 (22:45 -0700)
committerIngo Molnar <mingo@kernel.org>
Fri, 16 Sep 2016 07:18:52 +0000 (09:18 +0200)
commitff0071c03684485495e06f3936399eb9c93141a6
treea4e7c696c12e3f250d87b599798604324542fb11
parent4bf5beef578e46393f11eb69dda7d17a065e05ff
x86/entry/64: Fix a minor comment rebase error

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 <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jann Horn <jann@thejh.net>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
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 <mingo@kernel.org>
arch/x86/entry/entry_64.S