[patch V3 23/44] x86/percpu: Use static initializer for GDT entry

2017-08-28 Thread Thomas Gleixner
The IDT cleanup is about to remove pack_descriptor(). The GDT setup for the percpu storage can be achieved with the static initializer as well. Replace it. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/setup_percpu.c |9 +++-- 1 file changed, 3 insertions(+), 6

[patch V3 23/44] x86/percpu: Use static initializer for GDT entry

2017-08-28 Thread Thomas Gleixner
The IDT cleanup is about to remove pack_descriptor(). The GDT setup for the percpu storage can be achieved with the static initializer as well. Replace it. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/setup_percpu.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) ---