Hi Jeff, On Mon, Aug 11, 2014 at 10:46 PM, Jeff Moyer <[email protected]> wrote: > This driver won't build on architectures without generic hardirq > support. > > Signed-off-by: Jeff Moyer <[email protected]> > > diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig > index 014a1cf..f3a5300 100644 > --- a/drivers/block/Kconfig > +++ b/drivers/block/Kconfig > @@ -325,6 +325,7 @@ config BLK_DEV_SKD > tristate "STEC S1120 Block Driver" > depends on PCI > depends on 64BIT > + depends on GENERIC_HARDIRQS > ---help--- > Saying Y or M here will enable support for the > STEC, Inc. S1120 PCIe SSD.
Which kernel version does this apply to? GENERIC_HARDIRQS was removed in commit 0244ad004a54e39308d495fee0a2e637f8b5c317 Author: Martin Schwidefsky <[email protected]> Date: Fri Aug 30 09:39:53 2013 +0200 Remove GENERIC_HARDIRQ config option After the last architecture switched to generic hard irqs the config options HAVE_GENERIC_HARDIRQS & GENERIC_HARDIRQS and the related code for !CONFIG_GENERIC_HARDIRQS can be removed. Signed-off-by: Martin Schwidefsky <[email protected]> after it became supported by all architectures. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

