ppc64: Switch off use of polled mode in i2c driver

The secondary MPIC is now supported on ppc64, so the driver can
use interrupts all the time now
parent b8d9ae1c
......@@ -74,14 +74,7 @@
#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 {\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment