From: Arnd Bergmann Date: Tue, 25 Jan 2011 22:17:15 +0000 (+0100) Subject: drm/i810: remove the BKL X-Git-Tag: v2.6.39-rc1~458^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f692a14cbfbeb11f9a9c16f25c8ecb8ab50d3d5;p=pandora-kernel.git drm/i810: remove the BKL SMP i810 systems were practically nonexistent and the configuration was not officially supported by Intel at the time when Pentium-III was common. With this change, it is still possible to build a distribution kernel that has support for SMP and includes the i810 driver without the BKL. As a precaution, check for the theoretical SMP case at run time and refuse to load the driver. We also need to disable CONFIG_PREEMPT builds for this driver. Signed-off-by: Arnd Bergmann Cc: dri-devel@lists.freedesktop.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed