lkml.org 
[lkml]   [2001]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [RFC] I/O Access Abstractions
    Date
    From

    > #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 majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 12:55    [W:2.426 / U:0.248 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site