]> git.hungrycats.org Git - linux/commitdiff
ppc64: Switch off use of polled mode in i2c driver
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 02:45:12 +0000 (13:45 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 02:45:12 +0000 (13:45 +1100)
The secondary MPIC is now supported on ppc64, so the driver can
use interrupts all the time now

drivers/i2c/busses/i2c-keywest.c

index 9d9aa44fefeb20fe2b08f0bad55bf8210fafa231..b2164201cc3bd9eb8ec37fa38410f96d42d5f431 100644 (file)
 
 #include "i2c-keywest.h"
 
-/* Currently, we don't deal with the weird interrupt cascade of the G5
- * machines with the ppc64 kernel, so use Polled mode on these
- */
-#ifdef CONFIG_PPC64
-#define POLLED_MODE
-#else
 #undef POLLED_MODE
-#endif
 
 /* Some debug macros */
 #define WRONG_STATE(name) do {\