Changeset 48c1ef9 in mainline for arch/ppc64/include/mm/frame.h
- Timestamp:
- 2006-05-21T20:38:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 040542aa
- Parents:
- bd55bbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc64/include/mm/frame.h
rbd55bbb r48c1ef9 31 31 32 32 #define FRAME_WIDTH 12 /* 4K */ 33 #define FRAME_SIZE (1 <<FRAME_WIDTH)33 #define FRAME_SIZE (1 << FRAME_WIDTH) 34 34 35 35 #ifdef KERNEL 36 36 #ifndef __ASM__ 37 38 #include <arch/types.h> 39 40 extern __address last_frame; 37 41 38 42 extern void frame_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.