Changeset c0699467 in mainline for kernel/arch/amd64/include/mm
- Timestamp:
- 2011-08-09T18:08:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d386
- Location:
- kernel/arch/amd64/include/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/mm/frame.h
r3666d386 rc0699467 39 39 #define FRAME_SIZE (1 << FRAME_WIDTH) 40 40 41 #ifdef KERNEL42 41 #ifndef __ASM__ 43 42 … … 49 48 50 49 #endif /* __ASM__ */ 51 #endif /* KERNEL */52 50 53 51 #endif -
kernel/arch/amd64/include/mm/page.h
r3666d386 rc0699467 50 50 #define PAGE_WIDTH FRAME_WIDTH 51 51 #define PAGE_SIZE FRAME_SIZE 52 53 #ifdef KERNEL54 52 55 53 #ifndef __ASM__ … … 231 229 #endif /* __ASM__ */ 232 230 233 #endif /* KERNEL */234 235 231 #endif 236 232
Note:
See TracChangeset
for help on using the changeset viewer.
