x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
authorJosh Poimboeuf <jpoimboe@redhat.com>
Fri, 13 Oct 2017 20:02:00 +0000 (15:02 -0500)
committerIngo Molnar <mingo@kernel.org>
Sat, 14 Oct 2017 08:12:12 +0000 (10:12 +0200)
commit11af847446ed0d131cf24d16a7ef3d5ea7a49554
treed3f3d351e8c91b1df783c37766053830b6bfd2ba
parent6edcf57233108df2e50ab5d3fa695ea958b4c779
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>
12 files changed:
Documentation/x86/orc-unwinder.txt
Makefile
arch/x86/Kconfig
arch/x86/Kconfig.debug
arch/x86/configs/tiny.config
arch/x86/configs/x86_64_defconfig
arch/x86/include/asm/module.h
arch/x86/include/asm/unwind.h
arch/x86/kernel/Makefile
include/asm-generic/vmlinux.lds.h
lib/Kconfig.debug
scripts/Makefile.build