summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/x86/x86_64/CONFIG_UNWINDER_ORC
Commit message (Collapse)AuthorAgeFilesLines
* Add missing config filesJustin M. Forbes2020-08-131-0/+1
| | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1Jeremy Cline2020-04-141-1/+0
| | | | | | This is an automated commit generated from the kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 tag in https://gitlab.com/cki-project/kernel-ark.git
* configs: use CONFIG_UNWINDER_ORC only in x86/x86_64Paul Bolle2018-11-151-0/+1
The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result the build generates [...]:warning: override: UNWINDER_ORC changes choice state 4 times. Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this doesn't change the final .config files that the kernel's build system actually uses. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>