Changeset 3526da33 in mainline for arch/mips/include/mm/page.h
- Timestamp:
- 2005-08-20T22:16:40Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8f9a82
- Parents:
- f4a61ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/mm/page.h
rf4a61ef r3526da33 38 38 #define PAGE_SIZE FRAME_SIZE 39 39 40 #define KA2PA(x) (( x) - 0x80000000)41 #define PA2KA(x) (( x) + 0x80000000)40 #define KA2PA(x) (((__address) (x)) - 0x80000000) 41 #define PA2KA(x) (((__address) (x)) + 0x80000000) 42 42 43 43 /*
Note:
See TracChangeset
for help on using the changeset viewer.