From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: [PATCH 0/2] BKL in i810 and i830 drivers Date: Wed, 29 Sep 2010 17:47:57 +0200 Message-ID: <1285775279-31123-1-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by gabe.freedesktop.org (Postfix) with ESMTP id EC6CF9EB26 for ; Wed, 29 Sep 2010 08:48:05 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Dave Airlie Cc: Arnd Bergmann , DRI mailing list List-Id: dri-devel@lists.freedesktop.org In the final stages of the big kernel removal, we still have these two DRM drivers left. If nobody is going to fix them, we can either mark them as BROKEN_ON_SMP or remove the drivers entirely (provided that there are no real users left, which I cannot judge). While preparing the second patch, I noticed that one of my previous patches was incomplete and needs a fixup, hence the first patch. Please apply the first patch now, and let me know what you think about the second one. Arnd Arnd Bergmann (2): drm: i810/i830: fix locked ioctl variant drm: i810/i830: kill BKL, mark as BROKEN_ON_SMP drivers/gpu/drm/Kconfig | 6 ++---- drivers/gpu/drm/i810/i810_dma.c | 18 +----------------- drivers/gpu/drm/i810/i810_drv.c | 2 +- drivers/gpu/drm/i830/i830_dma.c | 18 +----------------- drivers/gpu/drm/i830/i830_drv.c | 2 +- 5 files changed, 6 insertions(+), 40 deletions(-)