Changeset c0699467 in mainline for kernel/arch/mips32/include/mm
- Timestamp:
- 2011-08-09T18:08:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d386
- Location:
- kernel/arch/mips32/include/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/mm/frame.h
r3666d386 rc0699467 39 39 #define FRAME_SIZE (1 << FRAME_WIDTH) 40 40 41 #ifdef KERNEL42 41 #ifndef __ASM__ 43 42 … … 46 45 47 46 #endif /* __ASM__ */ 48 #endif /* KERNEL */49 47 50 48 #endif -
kernel/arch/mips32/include/mm/page.h
r3666d386 rc0699467 49 49 # define PA2KA(x) ((x) + 0x80000000) 50 50 #endif 51 52 #ifdef KERNEL53 51 54 52 /* … … 188 186 #endif /* __ASM__ */ 189 187 190 #endif /* KERNEL */191 192 188 #endif 193 189
Note:
See TracChangeset
for help on using the changeset viewer.
