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(-)