]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove select to deleted STOP_MACHINE from Kconfig
authorAndreas Ziegler <andreas.ziegler@fau.de>
Mon, 25 Jan 2016 11:41:19 +0000 (12:41 +0100)
committerJani Nikula <jani.nikula@intel.com>
Fri, 29 Jan 2016 07:13:58 +0000 (09:13 +0200)
commita0dc5da6f8d6f478d94e836558c492739ca0fe6e
tree67f76d6e4c7e78ff13d74413f8b808162a236411
parent2bde3683b6b86b3c30af49ca4b5f21218ab1b1f2
drm/i915: Remove select to deleted STOP_MACHINE from Kconfig

Commit 119d064f9e20 ("drm/i915: Serialise updates to GGTT with access
through GGTT on Braswell") depended upon a working stop_machine() and
so forced the selection of STOP_MACHINE. However, commit 29c58a98d948
("kernel: remove stop_machine() Kconfig dependency") removed the option
STOP_MACHINE from init/Kconfig and ensured that stop_machine()
universally works. Due to the order in which the patches were applied,
removing the select from DRM_I915 got lost during merging.

Remove the now obsolete select statement.

Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1453722079-2604-1-git-send-email-andreas.ziegler@fau.de
Cc: drm-intel-fixes@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
(cherry picked from commit 21fabbebff0e17c7698ed399cae23958c214cc82)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/Kconfig