diff options
| author | Kuan-Wei Chiu <[email protected]> | 2024-10-11 14:12:14 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-11-06 01:12:32 +0000 |
| commit | bf9850f6ea3577a099b0ed43f6e19ca43ef08704 (patch) | |
| tree | 1a75208b698f9d72382fe33cfbab0f88a3893a97 /scripts/decode_stacktrace.sh | |
| parent | tools: fix -Wunused-result in linux.c (diff) | |
| download | kernel-bf9850f6ea3577a099b0ed43f6e19ca43ef08704.tar.gz kernel-bf9850f6ea3577a099b0ed43f6e19ca43ef08704.zip | |
lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETS
Currently, cpuset is the only user of the union-find implementation.
Compiling union-find in all configurations unnecessarily increases the
code size when building the kernel without cgroup support. Modify the
build system to compile union-find only when CONFIG_CPUSETS is enabled.
Link: https://lore.kernel.org/lkml/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Kuan-Wei Chiu <[email protected]>
Suggested-by: Waiman Long <[email protected]>
Acked-by: Waiman Long <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Ching-Chun (Jim) Huang <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Michal Koutný <[email protected]>
Cc: Xavier <[email protected]>
Cc: Zefan Li <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
