x86: Replace ARCH_SETUP by a proper x86_init_ops
ARCH_SETUP is a horrible leftover from the old arch/i386 mach support
code. It still has a lonely user in xen. Move it to x86_init_ops.
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/include/asm/paravirt.h 0 additions, 1 deletionarch/x86/include/asm/paravirt.h
- arch/x86/include/asm/paravirt_types.h 0 additions, 1 deletionarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/x86_init.h 9 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/paravirt.c 0 additions, 1 deletionarch/x86/kernel/paravirt.c
- arch/x86/kernel/setup.c 1 addition, 5 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/x86_init.c 4 additions, 0 deletionsarch/x86/kernel/x86_init.c
- arch/x86/xen/enlighten.c 1 addition, 1 deletionarch/x86/xen/enlighten.c
Loading
Please register or sign in to comment