提交 4b514e10 编写于 作者: C Chris Wilson 提交者: Daniel Vetter

drm: Make DRM_DEBUG_MM depend on STACKTRACE_SUPPORT

0day continues to complain about trying to save a stacktrace for the
users of the drm_mm range allocator. This time, it is that m68k has no
save_stack_trace(), which is apparently guarded by STACKTRACE_SUPPORT.
Make it depend so!
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161109143906.11057-1-chris@chris-wilson.co.uk
上级 77d150b9
...@@ -37,6 +37,7 @@ config DRM_DEBUG_MM ...@@ -37,6 +37,7 @@ config DRM_DEBUG_MM
bool "Insert extra checks and debug info into the DRM range managers" bool "Insert extra checks and debug info into the DRM range managers"
default n default n
depends on DRM=y depends on DRM=y
depends on STACKTRACE_SUPPORT
select STACKDEPOT select STACKDEPOT
help help
Enable allocation tracking of memory manager and leak detection on Enable allocation tracking of memory manager and leak detection on
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册