> #ifdef OUT_OF_LINE_MMIO > #define res_readb(res, adr) (res->access_ops->readb(res, adr) > #else > #define res_readb(res, adr) readb(adr) > #endif I think the second #define should be: #define res_readb(res, adr) readb(res->start+adr) for consistency. David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- [RFC] I/O Access Abstractions David Howells
- Re: [RFC] I/O Access Abstractions Alan Cox
- Re: [RFC] I/O Access Abstractions David Woodhouse
- Re: [RFC] I/O Access Abstractions Jes Sorensen
- Re: [RFC] I/O Access Abstractions David Howells
- Re: [RFC] I/O Access Abstract... Jes Sorensen
- Re: [RFC] I/O Access Abstract... David Woodhouse
- Re: [RFC] I/O Access Abst... David Howells
- Re: [RFC] I/O Access ... David Woodhouse
- Re: [RFC] I/O Access ... Alan Cox
- Re: [RFC] I/O Access ... David Woodhouse
- Re: [RFC] I/O Access ... Alan Cox
- Re: [RFC] I/O Access ... Russell King
- Re: [RFC] I/O Access ... Jeff Garzik
- Re: [RFC] I/O Access ... Alan Cox
- Re: [RFC] I/O Access ... Benjamin Herrenschmidt
- Re: [RFC] I/O Access ... Alan Cox
- Re: [RFC] I/O Access ... Benjamin Herrenschmidt