x86/percpu: Use static initializer for GDT entry
authorThomas Gleixner <[email protected]>
Mon, 28 Aug 2017 06:47:38 +0000 (08:47 +0200)
committerIngo Molnar <[email protected]>
Tue, 29 Aug 2017 10:07:24 +0000 (12:07 +0200)
commit1dd439fe97e1a32cbb980c180f1bcb54bb6a2a55
tree03c75d95515bd478a7f74367f2f8f557a2a02139
parent64b163fab684e3de47aa8db6cc08ae7d2e194373
x86/percpu: Use static initializer for GDT entry

The IDT cleanup is about to remove pack_descriptor(). The GDT setup for the
per-cpu storage can be achieved with the static initializer as well. Replace
it.

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: 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: Josh Poimboeuf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/setup_percpu.c