Changeset 89344d85 in mainline for arch/amd64/include/mm/page.h
- Timestamp:
- 2005-09-03T00:19:23Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36b209a
- Parents:
- e4a6dda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/mm/page.h
re4a6dda r89344d85 43 43 #else 44 44 # define KA2PA(x) ((x) + 0x80000000) 45 //# define PA2KA(x) ((x)) - 0x80000000)45 # define PA2KA(x) ((x) - 0x80000000) 46 46 #endif 47 47
Note:
See TracChangeset
for help on using the changeset viewer.