lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 21 Dec 2006 21:57:50 +0100
From:	Norbert Tretkowski <norbert@...tkowski.de>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] Enable Elektor ISA card on SMP

The Elektor ISA card works fine on SMP, the patch below removes the
BROKEN_ON_SMP dependency.

                Norbert


--- a/drivers/i2c/busses/Kconfig        2006-12-21 21:31:27.000000000 +0100
+++ b/drivers/i2c/busses/Kconfig        2006-12-21 21:32:27.000000000 +0100
@@ -86,7 +86,7 @@
 
 config I2C_ELEKTOR
        tristate "Elektor ISA card"
-       depends on I2C && ISA && BROKEN_ON_SMP
+       depends on I2C && ISA
        select I2C_ALGOPCF
        help
          This supports the PCF8584 ISA bus I2C adapter.  Say Y if you own
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ