Changeset 8fc0d455 in mainline for arch/amd64/include/mm/ptl.h
- Timestamp:
- 2005-08-30T17:50:07Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c0a9b3
- Parents:
- b45aa23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/mm/ptl.h
rb45aa23 r8fc0d455 40 40 #define PTL_2MB_PAGE (1<<7) 41 41 42 #define KA2PA(x) (((__address) (x)) + 0x80000000)43 #define PA2KA(x) (((__address) (x)) - 0x80000000)44 45 42 46 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.