Changeset 45d6add in mainline for arch/ia32/include/mm/page.h
- Timestamp:
- 2006-03-13T19:58:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25d7709
- Parents:
- 6d9c49a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/mm/page.h
r6d9c49a r45d6add 34 34 35 35 #ifndef __ASM__ 36 # 37 # 36 # define KA2PA(x) (((__address) (x)) - 0x80000000) 37 # define PA2KA(x) (((__address) (x)) + 0x80000000) 38 38 #else 39 # 40 # 39 # define KA2PA(x) ((x) - 0x80000000) 40 # define PA2KA(x) ((x) + 0x80000000) 41 41 #endif 42 42
Note:
See TracChangeset
for help on using the changeset viewer.