Always enable mmiotrace when building x86 kernels
mmiotrace uses the ftrace framework for dynamic patching, so enabling it does not cause any performance impact. Having mmiotrace enabled is very useful for debugging nvidia / nouveau driver problems, as we often use mmiotraces for nouveau development / debugging. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
2e5f2061f5
commit
2899d29b6e
@ -66,6 +66,7 @@ CONFIG_CAPI_EICON=y
|
||||
#
|
||||
CONFIG_X86_MPPARSE=y
|
||||
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
||||
CONFIG_MMIOTRACE=y
|
||||
# CONFIG_MMIOTRACE_TEST is not set
|
||||
# CONFIG_DEBUG_PER_CPU_MAPS is not set
|
||||
CONFIG_DEBUG_RODATA=y
|
||||
|
@ -2024,6 +2024,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Aug 04 2015 Hans de Goede <hdegoede@redhat.com>
|
||||
- Always enable mmiotrace when building x86 kernels
|
||||
|
||||
* Tue Aug 04 2015 Hans de Goede <hdegoede@redhat.com>
|
||||
- Move joydev.ko from kernel-modules-extra to kernel-modules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user