x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
Rename the unwinder config options from: CONFIG_ORC_UNWINDER CONFIG_FRAME_POINTER_UNWINDER CONFIG_GUESS_UNWINDER to: CONFIG_UNWINDER_ORC CONFIG_UNWINDER_FRAME_POINTER CONFIG_UNWINDER_GUESS ... in order to give them a more logical config namespace. Suggested-by:Ingo Molnar <mingo@kernel.org> Signed-off-by:
Josh Poimboeuf <jpoimboe@redhat.com> 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/73972fc7e2762e91912c6b9584582703d6f1b8cc.1507924831.git.jpoimboe@redhat.com Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- Documentation/x86/orc-unwinder.txt 1 addition, 1 deletionDocumentation/x86/orc-unwinder.txt
- Makefile 2 additions, 2 deletionsMakefile
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/Kconfig.debug 5 additions, 5 deletionsarch/x86/Kconfig.debug
- arch/x86/configs/tiny.config 2 additions, 2 deletionsarch/x86/configs/tiny.config
- arch/x86/configs/x86_64_defconfig 1 addition, 1 deletionarch/x86/configs/x86_64_defconfig
- arch/x86/include/asm/module.h 1 addition, 1 deletionarch/x86/include/asm/module.h
- arch/x86/include/asm/unwind.h 4 additions, 4 deletionsarch/x86/include/asm/unwind.h
- arch/x86/kernel/Makefile 3 additions, 3 deletionsarch/x86/kernel/Makefile
- include/asm-generic/vmlinux.lds.h 1 addition, 1 deletioninclude/asm-generic/vmlinux.lds.h
- lib/Kconfig.debug 1 addition, 1 deletionlib/Kconfig.debug
- scripts/Makefile.build 1 addition, 1 deletionscripts/Makefile.build
Loading
Please register or sign in to comment