Changeset d1f8a87 in mainline for arch/ia64/include/mm/frame.h
- Timestamp:
- 2006-03-14T10:42:04Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06e6805
- Parents:
- e74cb73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/mm/frame.h
re74cb73 rd1f8a87 33 33 #define FRAME_SIZE (1<<FRAME_WIDTH) 34 34 35 #ifdef KERNEL 36 #ifndef __ASM__ 37 35 38 extern void frame_arch_init(void); 36 37 39 38 40 #define ARCH_STACK_FRAMES TWO_FRAMES 39 41 42 #endif /* __ASM__ */ 43 #endif /* KERNEL */ 44 40 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.