Changeset 8fc0d455 in mainline for arch/amd64/include/mm/ptl.h


Ignore:
Timestamp:
2005-08-30T17:50:07Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c0a9b3
Parents:
b45aa23
Message:

Code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/mm/ptl.h

    rb45aa23 r8fc0d455  
    4040#define PTL_2MB_PAGE      (1<<7)
    4141
    42 #define KA2PA(x)        (((__address) (x)) + 0x80000000)
    43 #define PA2KA(x)        (((__address) (x)) - 0x80000000)
    44 
    4542
    4643#endif
Note: See TracChangeset for help on using the changeset viewer.