diff options
author | Borislav Petkov <bp@suse.de> | 2017-03-04 10:56:10 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-07 13:57:25 +0100 |
commit | 79d243a042155b4421a06faaac15d775a133e6c8 (patch) | |
tree | a1ac366996b7b49bb7dc1fcec65e51b349f4230d /arch/x86/platform/ts5500 | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
x86/boot/64: Rename start_cpu()
It doesn't really start a CPU but does a far jump to C code. So call it
that. Eliminate the unconditional JMP to it from secondary_startup_64()
but make the jump to C code piece part of secondary_startup_64()
instead.
Also, it doesn't need to be a global symbol either so make it a local
label. One less needlessly global symbol in the symbol table.
No functionality change.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20170304095611.11355-1-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/platform/ts5500')
0 files changed, 0 insertions, 0 deletions