powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
Commit 2965faa5 ("kexec: split kexec_load syscall from kexec core code") introduced CONFIG_KEXEC_CORE so that CONFIG_KEXEC means whether the kexec_load system call should be compiled-in and CONFIG_KEXEC_FILE means whether the kexec_file_load system call should be compiled-in. These options can be set independently from each other. Since until now powerpc only supported kexec_load, CONFIG_KEXEC and CONFIG_KEXEC_CORE were synonyms. That is not the case anymore, so we need to make a distinction. Almost all places where CONFIG_KEXEC was being used should be using CONFIG_KEXEC_CORE instead, since kexec_file_load also needs that code compiled in. Signed-off-by:Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au>
Showing
- arch/powerpc/Kconfig 1 addition, 1 deletionarch/powerpc/Kconfig
- arch/powerpc/include/asm/debug.h 1 addition, 1 deletionarch/powerpc/include/asm/debug.h
- arch/powerpc/include/asm/kexec.h 3 additions, 3 deletionsarch/powerpc/include/asm/kexec.h
- arch/powerpc/include/asm/machdep.h 2 additions, 2 deletionsarch/powerpc/include/asm/machdep.h
- arch/powerpc/include/asm/smp.h 1 addition, 1 deletionarch/powerpc/include/asm/smp.h
- arch/powerpc/kernel/Makefile 2 additions, 2 deletionsarch/powerpc/kernel/Makefile
- arch/powerpc/kernel/head_64.S 1 addition, 1 deletionarch/powerpc/kernel/head_64.S
- arch/powerpc/kernel/misc_32.S 1 addition, 1 deletionarch/powerpc/kernel/misc_32.S
- arch/powerpc/kernel/misc_64.S 3 additions, 3 deletionsarch/powerpc/kernel/misc_64.S
- arch/powerpc/kernel/prom.c 1 addition, 1 deletionarch/powerpc/kernel/prom.c
- arch/powerpc/kernel/setup_64.c 2 additions, 2 deletionsarch/powerpc/kernel/setup_64.c
- arch/powerpc/kernel/smp.c 3 additions, 3 deletionsarch/powerpc/kernel/smp.c
- arch/powerpc/kernel/traps.c 1 addition, 1 deletionarch/powerpc/kernel/traps.c
- arch/powerpc/platforms/85xx/corenet_generic.c 1 addition, 1 deletionarch/powerpc/platforms/85xx/corenet_generic.c
- arch/powerpc/platforms/85xx/smp.c 4 additions, 4 deletionsarch/powerpc/platforms/85xx/smp.c
- arch/powerpc/platforms/cell/spu_base.c 1 addition, 1 deletionarch/powerpc/platforms/cell/spu_base.c
- arch/powerpc/platforms/powernv/setup.c 3 additions, 3 deletionsarch/powerpc/platforms/powernv/setup.c
- arch/powerpc/platforms/ps3/setup.c 2 additions, 2 deletionsarch/powerpc/platforms/ps3/setup.c
- arch/powerpc/platforms/pseries/Makefile 1 addition, 1 deletionarch/powerpc/platforms/pseries/Makefile
- arch/powerpc/platforms/pseries/setup.c 2 additions, 2 deletionsarch/powerpc/platforms/pseries/setup.c
Loading
Please register or sign in to comment