]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
UBUNTU: [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 8 Feb 2018 02:59:48 +0000 (20:59 -0600)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 8 Feb 2018 02:59:48 +0000 (20:59 -0600)
This options is now only available for armhf, so remove
annotations for other arches.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian.master/config/annotations

index c0e02d3750dcdcb6960584da1d22f750c0c0a4fd..1a52cfa0f91eaaca36aa251cb4f1e3ab0ade01bc 100644 (file)
@@ -9741,7 +9741,7 @@ CONFIG_TRACE_EVAL_MAP_FILE                      flag<DEBUG>
 # Menu: Kernel hacking >> Tracers >> Branch Profiling
 CONFIG_BRANCH_PROFILE_NONE                      policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}>
 CONFIG_PROFILE_ANNOTATED_BRANCHES               policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}>
-CONFIG_PROFILE_ALL_BRANCHES                     policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}>
+CONFIG_PROFILE_ALL_BRANCHES                     policy<{'armhf': 'n'}>
 
 # Menu: Kernel hacking >> Tracers >> Kernel Function Tracer
 CONFIG_FUNCTION_TRACER                          policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}>