Changeset 43b1e86 in mainline for kernel/generic/include/macros.h


Ignore:
Timestamp:
2008-02-01T14:11:18Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9652bd59
Parents:
acfdcb0
Message:

prettyprint output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/macros.h

    racfdcb0 r43b1e86  
    6363        return (s1 < e2) && (s2 < e1);
    6464}
     65
    6566/* Compute overlapping of physical addresses */
    6667#define PA_overlaps(x, szx, y, szy)     overlaps(KA2PA(x), szx, KA2PA(y), szy)
Note: See TracChangeset for help on using the changeset viewer.