of_irq_workarounds
unsigned int of_irq_workarounds;
of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC;
of_irq_workarounds |= OF_IMAP_NO_PHANDLE;
if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) {
if (of_irq_workarounds & OF_IMAP_NO_PHANDLE)
if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
if (of_irq_workarounds & OF_IMAP_NO_PHANDLE)
if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
if (of_irq_workarounds & (OF_IMAP_NO_PHANDLE | OF_IMAP_OLDWORLD_MAC))
if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
if (!(of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)) {
extern unsigned int of_irq_workarounds;