summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2017-05-12 08:47:47 -0700
committerStephen Boyd <sboyd@codeaurora.org>2017-05-12 08:47:47 -0700
commitc3ed5ae37c61a68ef813885126fe09529792b6c5 (patch)
tree82528d658e980d4f6fd3930fe91ce1d1dbd78cf0 /tools/perf/scripts/python
parentc4a48b7ed2e4287ffd953a152564e2554bc3a26b (diff)
ARM64: Make KERNEL_TEXT_RDONLY depend on !DEBUG_RODATA
KERNEL_TEXT_RDONLY is similar to DEBUG_RODATA, but it relies on 4k pages to be made, whereas DEBUG_RODATA can work with or without 4k pages. Let's move the depends on statement from FORCE_PAGES to KERNEL_TEXT_RDONLY to accurately reflect the real dependency here. This fixes a warning where we have FORCE_PAGES enabled but DEBUG_RODATA is also enabled at the same time because the latter is "default y" now and the depends on for FORCE_PAGES can't be satisfied. In fact, it's OK for FORCE_PAGES to be enabled at the same time as DEBUG_RODATA, it's really there to prevent KERNEL_TEXT_RDONLY being enabled at the same time as DEBUG_RODATA. Move the depends on to make things clearer. Change-Id: Ie73b768ed4540cdb4d752a9b5f1a049bf644bc7e Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions