Changeset 2d43f3e in mainline for arch/amd64/include/mm/frame.h
- Timestamp:
- 2006-02-02T15:04:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc504ef2
- Parents:
- a294ad0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/mm/frame.h
ra294ad0 r2d43f3e 34 34 #endif /* __ASM__ */ 35 35 36 #define FRAME_SIZE 4096 36 #define FRAME_WIDTH 12 /* 4K */ 37 #define FRAME_SIZE (1<<FRAME_WIDTH) 38 37 39 38 40 #ifndef __ASM__
Note:
See TracChangeset
for help on using the changeset viewer.