[PATCH 1/1 resend][PPC] replace logical by bitand in pci_process_ISA_OF_ranges(), arch/powerpc/kernel/isa-bridge.c

2008-04-07 Thread Roel Kluin
in arch/powerpc/kernel/isa-bridge.c: 41:#define ISA_SPACE_MASK 0x1 42:#define ISA_SPACE_IO 0x1 ... 83:if ((range-isa_addr.a_hi ISA_SPACE_MASK) != ISA_SPACE_IO) { ... 89:if ((range-isa_addr.a_hi ISA_SPACE_MASK) != ISA_SPACE_IO) I think these should be single 's, I can't test it (no

Re: [PATCH 1/1 resend][PPC] replace logical by bitand in pci_process_ISA_OF_ranges(), arch/powerpc/kernel/isa-bridge.c

2008-04-07 Thread Nathan Lynch
Roel Kluin wrote: replace logical by bit and for ISA_SPACE_MASK I think Paul has picked this up now: http://ozlabs.org/pipermail/linuxppc-dev/2008-April/054103.html ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

Re: [PATCH 1/1 resend][PPC] replace logical by bitand in pci_process_ISA_OF_ranges(), arch/powerpc/kernel/isa-bridge.c

2008-04-07 Thread Benjamin Herrenschmidt
On Tue, 2008-04-08 at 00:26 +0200, Roel Kluin wrote: in arch/powerpc/kernel/isa-bridge.c: 41:#define ISA_SPACE_MASK 0x1 42:#define ISA_SPACE_IO 0x1 ... 83:if ((range-isa_addr.a_hi ISA_SPACE_MASK) != ISA_SPACE_IO) { ... 89:if ((range-isa_addr.a_hi ISA_SPACE_MASK) !=