fix: tie compaction probe build to CONFIG_COMPACTION
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 10 Aug 2022 15:07:14 +0000 (11:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Aug 2022 15:26:59 +0000 (11:26 -0400)
commite28ca43f665181c96531e90958fda734a857542b
tree556679f1f0c49d398ee539b3692a20eb0ac95411
parentb283e56faf06fbf470176f2aa17f19957756f611
fix: tie compaction probe build to CONFIG_COMPACTION

The definition of 'struct compact_control' in 'mm/internal.h' depends on
CONFIG_COMPACTION being defined. Only build the compaction probe when
this configuration option is enabled.

Thanks to Bruce Ashfield <bruce.ashfield@gmail.com> for reporting this
issue.

Change-Id: I81e77aa9c1bf10452c152d432fe5224df0db42c9
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/Kbuild
This page took 0.025406 seconds and 4 git commands to generate.